Skip to content

feat: bump cute dsl/cutlass#545

Open
drbh wants to merge 1 commit into
mainfrom
update-cute-dsl
Open

feat: bump cute dsl/cutlass#545
drbh wants to merge 1 commit into
mainfrom
update-cute-dsl

Conversation

@drbh
Copy link
Copy Markdown
Collaborator

@drbh drbh commented May 12, 2026

This PR bumps the cutlass and cute dsl version

nix shell --impure --no-write-lock-file --expr '
  (import (import ./.).inputs.nixpkgs {
    system = "x86_64-linux";
    config = { allowUnfree = true; cudaSupport = true; };
    overlays = [ (import ./nix-builder/overlay.nix) ];
  }).python3.withPackages (ps: [ ps.nvidia-cutlass-dsl ])
' -c python3 -c '
import cutlass
print(cutlass.__version__)
from cutlass import cute
'

output without changes

4.4.1

output with changes applied

4.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant