File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ 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-
49-
5046common:cuda12 --config=cuda
5147common:cuda12 --repo_env=HERMETIC_CUDA_VERSION="12.9.1"
5248common:cuda12 --repo_env=HERMETIC_CUDNN_VERSION="9.8.0"
Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ push!(build_cmd_list, "--jobs=$(parsed_args["jobs"])")
211211push! (build_cmd_list, " --experimental_ui_max_stdouterr_bytes=-1" )
212212push! (build_cmd_list, " --sandbox_debug" )
213213
214+ push! (build_cmd_list, " --linkopt=-fuse-ld=lld" )
215+
214216for opt in parsed_args[" copt" ]
215217 push! (build_cmd_list, " --copt=$(opt) " )
216218end
You can’t perform that action at this time.
0 commit comments