Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.h39 StatusOr<string> CompileToPtx(llvm::Module* module,
Dnvptx_backend_lib.cc482 StatusOr<string> CompileToPtx(llvm::Module* module, in CompileToPtx() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc749 TF_ASSIGN_OR_RETURN(ptx, CompileToPtx(&llvm_module, {cc_major, cc_minor}, in RunBackend()