Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.h42 StatusOr<string> CompileToPtx(
Dgpu_backend_lib.cc512 StatusOr<string> CompileToPtx( in CompileToPtx() function
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc190 xla::gpu::nvptx::CompileToPtx(llvm_module_copy.get(), in GetGpuBinaryBlob()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc329 TF_ASSIGN_OR_RETURN(ptx, nvptx::CompileToPtx(llvm_module, gpu_version, in CompileTargetBinary()