Home
last modified time | relevance | path

Searched refs:hsaco_file (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc760 std::ifstream hsaco_file(hsaco_path, std::ios::binary | std::ios::ate); in EmitModuleToHsaco() local
761 std::ifstream::pos_type hsaco_file_size = hsaco_file.tellg(); in EmitModuleToHsaco()
764 hsaco_file.seekg(0, std::ios::beg); in EmitModuleToHsaco()
765 hsaco_file.read(reinterpret_cast<char*>(&hsaco[0]), hsaco_file_size); in EmitModuleToHsaco()
766 hsaco_file.close(); in EmitModuleToHsaco()