- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for CUDNN (0.03 sec)
-
RELEASE.md
for more details. ## Deprecations * TensorFlow 1.2 may be the last time we build with cuDNN 5.1. Starting with TensorFlow 1.3, we will try to build all our prebuilt binaries with cuDNN 6.0. While we will try to keep our source code compatible with cuDNN 5.1, it will be best effort. ## Breaking Changes to the APIRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
requirements_lock_3_11.txt
# via # -c ci/official/requirements_updater/nvidia-constraints.txt # -r ci/official/requirements_updater/nvidia-constraints.txt # -r ci/official/requirements_updater/nvidia-requirements.txt # nvidia-cudnn-cu12 # nvidia-cusolver-cu12 nvidia-cuda-cupti-cu12==12.5.82 \ --hash=sha256:4f835281cf492e2bedd153f5c3de9da8f1d775a419468305e64ce73b3b0c6dc3 \Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Dec 08 17:43:36 UTC 2025 - 67.7K bytes - Viewed (0) -
configure.py
'cuda', 'HERMETIC_CUDA_VERSION', hermetic_cuda_version ) def set_hermetic_cudnn_version(environ_cp): """Set HERMETIC_CUDNN_VERSION.""" ask_cudnn_version = ( 'Please specify the hermetic cuDNN version you want to use ' 'or leave empty to use the default version. ' ) hermetic_cudnn_version = get_from_env_or_user_or_default( environ_cp, 'HERMETIC_CUDNN_VERSION', ask_cudnn_version, None )
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:mkl_aarch64_threadpool --@compute_library//:openmp=false common:mkl_aarch64_threadpool -c opt # This is an alias for the mkl_aarch64_threadpool build. common:mkl_aarch64 --config=mkl_aarch64_threadpool # Default CUDA, CUDNN, NCCL and NVSHMEM versions. common:cuda_version --repo_env=HERMETIC_CUDA_VERSION="12.5.1" common:cuda_version --repo_env=HERMETIC_CUDNN_VERSION="9.3.0" common:cuda_version --repo_env=HERMETIC_NVSHMEM_VERSION="3.2.5"
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0)