Skip to content

Commit 54f83c1

Browse files
committed
Disable static nvrtc/cudnn
1 parent a4a9081 commit 54f83c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ common:cuda --repo_env TF_NEED_CUDA=1
3535
common:cuda --repo_env TF_NVCC_CLANG=1
3636
common:cuda --repo_env TF_NCCL_USE_STUB=1
3737
common:cuda_static --@rules_ml_toolchain//common:link_cuda_static_libs=true
38-
common:cuda_static --@rules_ml_toolchain//common:link_nvrtc_static_libs=true
38+
39+
# Broken upstream =/
40+
# common:cuda_static --@rules_ml_toolchain//common:link_nvrtc_static_libs=true
41+
# common:cuda_static --@rules_ml_toolchain//common:link_cudnn_static_libs=true
42+
3943
common:cuda --@local_config_cuda//:enable_cuda
4044
common:cuda --crosstool_top="@local_config_cuda//crosstool:toolchain"
4145
# Default hermetic CUDA and CUDNN versions.

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 = "f08ed257410aa5a82748bfaac7e4c6941cd0090d"
7+
ENZYMEXLA_COMMIT = "0a93f68f15e22ef5711857db0d050e5e66680694"
88

99
ENZYMEXLA_SHA256 = ""
1010

0 commit comments

Comments
 (0)