mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-27 18:21:33 +00:00
## Problem `nccl-test.yml` was the only CI template calling `deploy.yml` without passing `gpuArch`. Since the CI build machine has no GPU, CMake fell back to building for **all** supported architectures (`80;90;100;120`), unnecessarily slowing down CI builds. ## Fix - Add `gpuArch` parameter to `nccl-test.yml` and forward it to `deploy.yml` - Pass `gpuArch: '80'` (A100) and `gpuArch: '90'` (H100) from `nccl-api-test.yml` All other templates were already passing `gpuArch` correctly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>