···7273 # 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
···7273 # Loose packages
74 cudatoolkit = final.callPackage ../development/cuda-modules/cudatoolkit {};
75+ saxpy = final.callPackage ../development/cuda-modules/saxpy {};
00076 }
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