cudaPackages.cutlass: 4.5.2 -> 4.6.1 (#541009)

This commit is contained in:
Gaétan Lepage
2026-08-01 23:57:38 +00:00
committed by GitHub
@@ -46,13 +46,13 @@ backendStdenv.mkDerivation (finalAttrs: {
# NOTE: Depends on the CUDA package set, so use cudaNamePrefix.
name = "${cudaNamePrefix}-${finalAttrs.pname}-${finalAttrs.version}";
pname = "cutlass";
version = "4.5.2";
version = "4.6.1";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "cutlass";
tag = "v${finalAttrs.version}";
hash = "sha256-5SMEfoqB2QXRfH5wBwTKKjez0x2zhR8T8EA0bqPMqwM=";
hash = "sha256-Eru8FdTUwuc4xXD9Pu8r0nRP9eK2MTIHHs9eNEiKQ0g=";
};
# TODO: As a header-only library, we should make sure we have an `include` directory or similar which is not a