Commit 74503ef
Fix Q6_K B-tile prefetch using wrong K offset in vec_dot
The pipelined load_ldmatrix for B0 omitted the k01 term, reading the
wrong activation slice and corrupting Q6_K matmul results. Restores
sanity-check accuracy on Qwen2.5 and Llama-2 while keeping the prefetch.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 05f28d2 commit 74503ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2867 | 2867 | | |
2868 | 2868 | | |
2869 | 2869 | | |
2870 | | - | |
| 2870 | + | |
2871 | 2871 | | |
2872 | 2872 | | |
2873 | 2873 | | |
| |||
0 commit comments