Home
last modified time | relevance | path

Searched refs:find_cuda_config (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/third_party/nccl/
Dnccl_configure.bzl17 "find_cuda_config",
71 …path = repository_ctx.path(Label("@org_tensorflow//third_party/gpus:find_cuda_config.py.gz.base64"…
77 cuda_config = find_cuda_config(repository_ctx, find_cuda_config_path, ["cuda"])
91 config = find_cuda_config(repository_ctx, find_cuda_config_path, ["nccl"])
/external/tensorflow/third_party/tensorrt/
Dtensorrt_configure.bzl11 "find_cuda_config",
104 …path = repository_ctx.path(Label("@org_tensorflow//third_party/gpus:find_cuda_config.py.gz.base64"…
112 config = find_cuda_config(repository_ctx, find_cuda_config_path, ["tensorrt"])
/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py572 def find_cuda_config(): function
645 for key, value in sorted(find_cuda_config().items()):
Dcuda_configure.bzl621 # this case the trick is not sufficient as the find_cuda_config.py
641 def find_cuda_config(repository_ctx, script_path, cuda_libraries):
642 """Returns CUDA config dictionary from running find_cuda_config.py"""
645 auto_configure_fail("Failed to run find_cuda_config.py: %s" % err_out(exec_result))
666 config = find_cuda_config(repository_ctx, find_cuda_config_script, ["cuda", "cudnn"])
975 …ript = repository_ctx.path(Label("@org_tensorflow//third_party/gpus:find_cuda_config.py.gz.base64"…
Drocm_configure.bzl347 # this case the trick is not sufficient as the find_cuda_config.py
/external/tensorflow/tensorflow/
Dopensource_only.files125 tensorflow/third_party/gpus/find_cuda_config.py
126 tensorflow/third_party/gpus/find_cuda_config.py.gz.base64