Skip to content

Commit 27d94f5

Browse files
authored
Update CUDA to 13.1.1 (#66)
1 parent 1e9d478 commit 27d94f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openxla/bazelrc/upstream/.bazelrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ build:cuda --test_tag_filters -no_oss
9797
# build:cuda --config cuda_nvcc
9898
build:cuda --repo_env=HERMETIC_PYTHON_VERSION=3.11
9999
build:cuda --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="7.5,8.0,8.6,8.7,8.9,9.0,10.0,10.3,12.0,12.1"
100-
build:cuda --repo_env=HERMETIC_CUDA_VERSION="13.0.2"
101-
build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.14.0"
102-
build:cuda --repo_env=HERMETIC_NVSHMEM_VERSION="3.4.5"
103-
build:cuda --repo_env=HERMETIC_NCCL_VERSION="2.27.7"
100+
build:cuda --repo_env=HERMETIC_CUDA_VERSION="13.1.1"
101+
build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.19.1"
102+
build:cuda --repo_env=HERMETIC_NVSHMEM_VERSION="3.5.21"
103+
build:cuda --repo_env=HERMETIC_NCCL_VERSION="2.29.7"
104104
# build:cuda --@//xla/stream_executor/cuda:enable_libnvjitlink_support=True
105105
# build:cuda --@//xla/stream_executor/cuda:enable_libnvptxcompiler_support=True
106106

0 commit comments

Comments
 (0)