- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_NEED_CUDA (0.04 sec)
-
configure.py
'For using TensorFlow GPU on Windows, you will need to build/install ' 'TensorFlow in WSL2.\n') environ_cp['TF_NEED_CUDA'] = '0' else: environ_cp['TF_NEED_CUDA'] = str( int(get_var(environ_cp, 'TF_NEED_CUDA', 'CUDA', False))) if environ_cp.get('TF_NEED_CUDA') == '1': set_hermetic_cuda_version(environ_cp) set_hermetic_cudnn_version(environ_cp)Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
.bazelrc
common:cuda_version --repo_env=HERMETIC_NVSHMEM_VERSION="3.2.5" common:cuda_version --repo_env=HERMETIC_NCCL_VERSION="2.27.7" # CUDA: This config refers to building CUDA op kernels with nvcc. common:cuda --repo_env TF_NEED_CUDA=1 common:cuda --@local_config_cuda//:enable_cuda common:cuda --config=cuda_version # This flag is needed to include CUDA libraries. common:cuda --@local_config_cuda//cuda:include_cuda_libs=true
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0)