Skip to content

Commit 5eccbd9

Browse files
shraiyshGoogle-ML-Automation
authored andcommitted
PR #23441: Up HERMETIC_CUDA_VERSION default value to 12.6.3
Imported from GitHub PR #23441 Copybara import of the project: -- caacac1 by Shraiysh Vaishay <[email protected]>: Up HERMETIC_CUDA_VERSION default value to 12.6.3 Merging this change closes #23441 COPYBARA_INTEGRATE_REVIEW=#23441 from shraiysh:up-hermetic-cuda-default caacac1 PiperOrigin-RevId: 735448478
1 parent 22f41c5 commit 5eccbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow.bazelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ build:cuda --repo_env TF_NEED_CUDA=1
162162
build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain
163163
build:cuda --@local_config_cuda//:enable_cuda
164164
# Default CUDA and CUDNN versions.
165-
build:cuda --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
165+
build:cuda --repo_env=HERMETIC_CUDA_VERSION="12.6.3"
166166
build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.3.0"
167167
# This flag is needed to include CUDA libraries.
168168
build:cuda --@local_config_cuda//cuda:include_cuda_libs=true
@@ -193,7 +193,7 @@ build:cuda_clang --linkopt="-lm"
193193

194194
# Set up compilation CUDA version and paths and use the CUDA Clang toolchain.
195195
build:cuda_clang_official --config=cuda_clang
196-
build:cuda_clang_official --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
196+
build:cuda_clang_official --repo_env=HERMETIC_CUDA_VERSION="12.6.3"
197197
build:cuda_clang_official --repo_env=HERMETIC_CUDNN_VERSION="9.3.0"
198198
build:cuda_clang_official --action_env=CLANG_CUDA_COMPILER_PATH="/usr/lib/llvm-18/bin/clang"
199199
build:cuda_clang_official --crosstool_top="@local_config_cuda//crosstool:toolchain"

0 commit comments

Comments
 (0)