Skip to content

Commit de602b5

Browse files
committed
set cuda compute arg correctly (2)
1 parent a8716ce commit de602b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/cli/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,6 @@ async def main():
604604
logging.debug("Disabling NCCL.")
605605
bazel_command.append("--config=nonccl")
606606

607-
if hasattr(args, "cuda_compute_capabilities"):
608-
logging.debug("Setting CUDA compute capabilities to %s", args.cuda_compute_capabilities)
609-
bazel_command.append(f"--repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES={args.cuda_compute_capabilities}")
610-
611607
# Set Clang as the C++ compiler if requested. If Clang cannot be found, the
612608
# build will continue without Clang and instead use the system default.
613609
if args.use_clang or args.clang_path:

0 commit comments

Comments
 (0)