Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cudaPackages.saxpy: now available pre-11.4 with CUDA Toolkit

+1 -4
+1 -4
pkgs/top-level/cuda-packages.nix
··· 72 73 # Loose packages 74 cudatoolkit = final.callPackage ../development/cuda-modules/cudatoolkit {}; 75 - # SaxPy is only available after 11.4 because it requires redistributable versions of CUDA libraries. 76 - saxpy = attrsets.optionalAttrs (strings.versionAtLeast cudaVersion "11.4") ( 77 - final.callPackage ../development/cuda-modules/saxpy {} 78 - ); 79 } 80 # NCCL is not supported on Jetson, because it does not use NVLink or PCI-e for inter-GPU communication. 81 # https://forums.developer.nvidia.com/t/can-jetson-orin-support-nccl/232845/9
··· 72 73 # Loose packages 74 cudatoolkit = final.callPackage ../development/cuda-modules/cudatoolkit {}; 75 + saxpy = final.callPackage ../development/cuda-modules/saxpy {}; 76 } 77 # NCCL is not supported on Jetson, because it does not use NVLink or PCI-e for inter-GPU communication. 78 # https://forums.developer.nvidia.com/t/can-jetson-orin-support-nccl/232845/9