Skip to content

Commit 024548c

Browse files
committed
fix
1 parent adb655f commit 024548c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@ common:cuda --@local_config_cuda//:cuda_compiler=nvcc
4343
# common:cuda --@local_config_nvshmem//:override_include_nvshmem_libs=true
4444
# common:cuda --@local_config_nvshmem//cuda:include_nvshmem_libs=true
4545

46+
common:cuda --copt -mcmodel=large
47+
common:cuda --linkopt -mcmodel=large
48+
4649

4750
common:cuda12 --config=cuda
48-
common:cuda12 --repo_env=HERMETIC_CUDA_VERSION="12.8.1"
51+
common:cuda12 --repo_env=HERMETIC_CUDA_VERSION="12.9.1"
4952
common:cuda12 --repo_env=HERMETIC_CUDNN_VERSION="9.8.0"
50-
common:cuda12 --repo_env=HERMETIC_NVSHMEM_VERSION="3.2.5"
53+
common:cuda12 --repo_env=HERMETIC_NVSHMEM_VERSION="3.3.9"
5154
# "sm" means we emit only cubin, which is forward compatible within a GPU generation.
5255
# "compute" means we emit both cubin and PTX, which is larger but also forward compatible to future GPU generations.
53-
common:cuda12 --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_60,sm_70,sm_80,compute_90"
56+
common:cuda12 --repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES="sm_50,sm_60,sm_70,sm_80,sm_90,sm_100,compute_120"
5457

5558

5659
common:cuda13 --config=cuda

0 commit comments

Comments
 (0)