Skip to content

Commit 74d6cb7

Browse files
authored
chore: bump cudnn to 9.8 (#1345)
1 parent 9e89974 commit 74d6cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ build -c opt
1919
build:cuda --repo_env TF_NEED_CUDA=1
2020
build:cuda --repo_env TF_NVCC_CLANG=1
2121
build:cuda --repo_env TF_NCCL_USE_STUB=1
22-
build:cuda --repo_env=HERMETIC_CUDA_VERSION="12.6.2"
23-
build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.4.0"
22+
build:cuda --repo_env=HERMETIC_CUDA_VERSION="12.8.1"
23+
build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.8.0"
2424
# "sm" means we emit only cubin, which is forward compatible within a GPU generation.
2525
# "compute" means we emit both cubin and PTX, which is larger but also forward compatible to future GPU generations.
2626
build:cuda --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_50,sm_60,sm_70,sm_80,compute_90"

0 commit comments

Comments
 (0)