Skip to content

CUTLASS 4.3.1

Choose a tag to compare

@hwu36 hwu36 released this 02 Dec 03:22
· 11 commits to release/4.3 since this release

CuTe DSL

  • New features
    • Added Blackwell SM103 support
    • Multiple dependent DSOs in the wheel have been merged into one single DSO
  • Bug fixing and improvements
    • Fixed device reset issue with tvm-ffi
    • Fixed tvm-ffi export compiled function

CUTLASS C++

  • Support blockscaled variant of ragged contiguous grouped gemm with the new simplified MoE API in example 92.
    • The new example works for all microscaling types.