Commit fff2092
feat: block size 32 β 77.7 tok/s MoE (91% of q8_0), 17.0 Qwopus (97%) π
Changed QK_TURBO3 from 128 to 32 (storage block size).
Rotation still operates on 128-element groups (QK_TURBO3_GROUP=128).
SET_ROWS kernel processes 4 blocks per rotation group.
Flash attention nl_k changed from 32 to 8 (matching q4_0).
Block struct: 14 bytes per 32 values = 3.5 bits/val β 4.6Γ compression.
Results:
- MoE gen: 62.2 β 77.7 tok/s (91% of q8_0 at 85.5)
- MoE prompt: 200 β 218.5 tok/s (98% of q8_0)
- Qwopus gen: 15.5 β 17.0 tok/s (97% of q8_0 at 17.6)
- Qwopus prompt: 83 β 89.5 tok/s (108% of q8_0 β FASTER)
Target was 75+ tok/s. Exceeded.
Co-Authored-By: tturney@psyguard.ai
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c551be4 commit fff2092
3 files changed
Lines changed: 106 additions & 201 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| |||
0 commit comments