- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for is_cuda_clang (0.4 sec)
-
tensorflow/BUILD
actual = if_oss( "@local_config_cuda//:is_cuda_compiler_clang", "@local_config_cuda//cuda:TRUE", ), ) selects.config_setting_group( name = "is_cuda_clang", match_all = [ ":is_cuda_enabled", ":is_cuda_compiler_clang", ], ) # Config setting that is satisfied when CUDA device code should be compiled
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
configure.py
def set_tf_cuda_clang(environ_cp): """set TF_CUDA_CLANG action_env. Args: environ_cp: copy of the os.environ. """ question = 'Do you want to use clang as CUDA compiler?' yes_reply = 'Clang will be used as CUDA compiler.' no_reply = 'nvcc will be used as CUDA compiler.' set_action_env_var( environ_cp, 'TF_CUDA_CLANG', None, True, question=question,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)