update to 4.5 (#3228)

This commit is contained in:
Haicheng Wu
2026-05-12 02:44:22 -04:00
committed by GitHub
parent c775e566bd
commit ef120d0d09
7 changed files with 9 additions and 9 deletions

View File

@@ -48,6 +48,7 @@
* Use 64-bit adds for SM100 MMA descriptor offsets and reduce move instructions for improved code generation.
* Add [example 95](https://github.com/NVIDIA/cutlass/tree/main/examples/95_blackwell_gemm_green_context) to support green context SM partition
- Enables launching GEMM on stream with partial SM allocation.
* Add [Snake](https://github.com/NVIDIA/cutlass/blob/main/test/unit/epilogue/thread/activation.cu#L409) activation functor for EVT.
* Fix some kernel issues:
- Fix l2_capacity=0 handling in Blackwell SM100/SM120 kernel templates
- Fix CUTLASS clang build issues