Closed
Description
There is a bug in k_quants.c.
the loop index j is incremented by k in each iteration, which means that each iteration processes a block of k elements. starting at column j. However, the loop condition is j < nb. This condition may not be correct, because nb is calculated as k / QK_K, which is the number of blocks in the matrix, not the number of elements.
Metadata
Metadata
Assignees
Labels
No labels