Commit aed7a94
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 a1230c8 commit aed7a94
3 files changed
Lines changed: 106 additions & 201 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
274 | 277 | | |
275 | 278 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
281 | 283 | | |
282 | 284 | | |
283 | 285 | | |
| |||
0 commit comments