Merge pull request #292097 from CertainLach/rocm-enable-nccl

torch: enable nccl on rocm
This commit is contained in:
Yt 2024-02-29 21:40:40 +00:00 committed by GitHub
commit 063bbe0b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
magma-hip,
magma-cuda-static,
# Use the system NCCL as long as we're targeting CUDA on a supported platform.
useSystemNccl ? (cudaSupport && !cudaPackages.nccl.meta.unsupported),
useSystemNccl ? (cudaSupport && !cudaPackages.nccl.meta.unsupported || rocmSupport),
MPISupport ? false, mpi,
buildDocs ? false,