Skip to content

Commit 1a86d57

Browse files
committed
fix
1 parent a2abd76 commit 1a86d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ common:cuda --@local_config_cuda//:cuda_compiler=nvcc
4545

4646
common:cuda12 --config=cuda
4747
common:cuda12 --repo_env=HERMETIC_CUDA_VERSION="12.9.1"
48-
common:cuda12 --repo_env=HERMETIC_CUDNN_VERSION="9.8.0"
48+
common:cuda12 --repo_env=HERMETIC_CUDNN_VERSION="9.13.0"
4949
common:cuda12 --repo_env=HERMETIC_NVSHMEM_VERSION="3.3.9"
5050
# "sm" means we emit only cubin, which is forward compatible within a GPU generation.
5151
# "compute" means we emit both cubin and PTX, which is larger but also forward compatible to future GPU generations.

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "e745f88da54d550ab6dec08cff986488fa37d66b"
7+
ENZYMEXLA_COMMIT = "61e1717cd2db4ef7afec6473b7354d021070ce5b"
88

99
ENZYMEXLA_SHA256 = ""
1010

0 commit comments

Comments
 (0)