cudaPackages.cutlass: 4.5.1 -> 4.5.2

This commit is contained in:
R. Ryantm
2026-06-16 04:40:20 +00:00
parent 5a21d1bfee
commit 44bd912379
@@ -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.1";
version = "4.5.2";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "cutlass";
tag = "v${finalAttrs.version}";
hash = "sha256-rW//OyY9fZjxavT5QYjLvc5oOpQhrXiDGwM2NTFuehY=";
hash = "sha256-5SMEfoqB2QXRfH5wBwTKKjez0x2zhR8T8EA0bqPMqwM=";
};
# TODO: As a header-only library, we should make sure we have an `include` directory or similar which is not a