mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
f1ae4c2c1e
- on/off verdicts share one speed margin (recommend_speed_margin, 10%) across attention, dequant, compile, te and conv rows - re-check the recommended toggle stack against unquantized; individually passing buybacks can eat a marginal qk gain - judge smooth k and hadamard cost at block scope when measured: kernel rows hand the prep contiguous q/k/v, real models hand it strided views from the fused qkv projection; reasons cite both scopes - give bare float8 qk its own shot at the margin before disabling, the verdict must not hinge on int8 alone - compare triton flash against the recommended config, not always int8 - note self-attention shapes that disagree with the reference verdict