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 72 73 73 # Loose packages 74 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 - ); 75 + saxpy = final.callPackage ../development/cuda-modules/saxpy {}; 79 76 } 80 77 # NCCL is not supported on Jetson, because it does not use NVLink or PCI-e for inter-GPU communication. 81 78 # https://forums.developer.nvidia.com/t/can-jetson-orin-support-nccl/232845/9