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
ggml-cuda: tune D=256 tile flash-attn config for RDNA3.5
With rocWMMA FlashAttention off, D=256 prefill runs on the tile kernel. Add an
RDNA3.5 config that overrides the D=256, ncols=32 row with a smaller K tile and
higher occupancy (nbatch_K 128->64, occupancy 3->4); other cases fall back to the
shared RDNA table. Selection is matched on host (cc) and device (RDNA3_5 macro).
Assisted-by: Claude Opus 4 (1M context)
0 commit comments