Searched refs:hsaco_file_size (Results 1 – 1 of 1) sorted by relevance
761 std::ifstream::pos_type hsaco_file_size = hsaco_file.tellg(); in EmitModuleToHsaco() local763 std::vector<uint8> hsaco(hsaco_file_size); in EmitModuleToHsaco()765 hsaco_file.read(reinterpret_cast<char*>(&hsaco[0]), hsaco_file_size); in EmitModuleToHsaco()