mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:18:34 +00:00
Merge pull request #292097 from CertainLach/rocm-enable-nccl
torch: enable nccl on rocm
This commit is contained in:
commit
063bbe0b3d
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user