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
perf: Restore N_TILES=4, use launch_bounds(256,4) for occupancy
Target 4 blocks/SM to force compiler to reduce register count.
N_TILES_PER_WARP=4 gives better compute/load ratio (4 MMA per A load).
Block tile m32×n128 with 8 warps (2×4).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments