Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_asm_opts.h33 std::string preferred_cuda_dir; member
38 absl::string_view preferred_cuda_dir = "",
41 preferred_cuda_dir(preferred_cuda_dir), in disable_gpuasm_optimizations()
48 return std::make_tuple(disable_gpuasm_optimizations, preferred_cuda_dir, in ToTuple()
Dasm_compiler.cc154 const std::string preferred_cuda_dir) { in findCudaExecutable() argument
165 tensorflow::CandidateCudaRoots(preferred_cuda_dir)) { in findCudaExecutable()
202 findCudaExecutable("ptxas", options.preferred_cuda_dir); in CompileGpuAsm()
286 std::vector<CubinOrPTXImage> images, const std::string preferred_cuda_dir) { in BundleGpuAsm() argument
288 findCudaExecutable("fatbinary", preferred_cuda_dir); in BundleGpuAsm()
Dasm_compiler.h66 std::vector<CubinOrPTXImage> images, const std::string preferred_cuda_dir);
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc225 gpu_asm_opts.preferred_cuda_dir); in GetGpuBinaryBlob()