Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Drocm_rocdl_path_test.cc31 VLOG(2) << "ROCm-Device-Libs root = " << RocdlRoot(); in TEST()
35 io::JoinPath(RocdlRoot(), "*.bc"), &rocdl_files)); in TEST()
37 io::JoinPath(RocdlRoot(), "*.amdgcn.bc"), &rocdl_files)); in TEST()
Drocm_rocdl_path.h28 string RocdlRoot();
/external/tensorflow/tensorflow/core/platform/default/
Drocm_rocdl_path.cc38 string RocdlRoot() { in RocdlRoot() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Damdgpu_compiler.cc54 potential_rocdl_dirs.push_back(tensorflow::RocdlRoot()); in GetROCDLDir()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc121 std::string libdevice_dir = tensorflow::RocdlRoot(); in GetGpuBinaryBlob()