Files
cutlass/examples/python/CuTeDSL/cute
Jiaxuan Bai e37889f489 Fix grouped GEMM with CUTLASS DSL 4.7 (#3369)
The Hopper grouped GEMM wrapper selected the current NVVM TMA bindings only when the CUTLASS version prefix was exactly 4.6. A 4.7 wheel therefore fell back to the removed CpAsyncBulkTensorLoadMode/loadMode interface.

Detect the TMALoadMode capability directly, preserving the legacy fallback for older bindings. For example, 4.7 now uses the TMALoadMode/mode path and descriptor address-space cast.

Verification: Python syntax compilation and diff checks.
2026-07-08 10:16:39 +08:00
..
2026-07-06 22:05:33 -04:00
2026-07-06 22:05:33 -04:00
2026-06-15 23:23:20 -04:00
2026-06-23 17:56:23 +08:00