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
cuda: remove TQ4_1S load-time q8_0 conversion to save VRAM
TQ4_1S was pre-converting to q8_0 at load time (1.7x VRAM inflation)
to use dp4a kernels. Native mul_mat_vec_tq kernels already exist for
both v12 (shmem) and v8 (scratch) paths — use those instead, keeping
TQ4_1S at its actual 5.08 BPW in VRAM rather than q8_0's 8.5 BPW.
Removes the q8_0-sized buffer pre-allocation and the set_tensor
conversion path. Fixes ~10 GiB VRAM inflation on 27B models.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments