Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnvptx_compiler.cc240 auto xla_gpu_llvm_ir_file = in MaybeLoadLLVMFromFile() local
241 module->config().debug_options().xla_gpu_llvm_ir_file(); in MaybeLoadLLVMFromFile()
243 xla_gpu_llvm_ir_file, [prefix](const std::string& full_filename) { in MaybeLoadLLVMFromFile()
249 if (!xla_gpu_llvm_ir_file.empty() && in MaybeLoadLLVMFromFile()
250 matched_filename == std::end(xla_gpu_llvm_ir_file)) { in MaybeLoadLLVMFromFile()
255 if (matched_filename != std::end(xla_gpu_llvm_ir_file)) { in MaybeLoadLLVMFromFile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto359 repeated string xla_gpu_llvm_ir_file = 150; field