You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gemm_sp (v1) has been supported on sm80, sm89, and sm90. It leverages the CUTLASS backend and requires the metadata to conform to specific CUTE layouts, which restricts flexibility and increases compilation time.
gemm_sp_v2 proposes to remove the dependency and allow full granularity of metadata layout directly in Tilelang, while still offering a compatible layout and corresponding compression utilities.