nccl: expose cudatoolkit in passthru

This commit is contained in:
Samuel Ainsworth 2022-04-01 08:01:09 +00:00
parent 147606d8e3
commit 03dd3f66fb

View File

@ -38,6 +38,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru = {
inherit cudatoolkit;
};
meta = with lib; {
description = "Multi-GPU and multi-node collective communication primitives for NVIDIA GPUs";
homepage = "https://developer.nvidia.com/nccl";