| 504 | } |
| 505 | |
| 506 | void quantize_row_q4_1(const float * restrict x, void * restrict y, int k) { |
| 507 | quantize_row_q4_1_reference(x, y, k); |
| 508 | } |
| 509 | |
| 510 | void quantize_row_q5_0_reference(const float * restrict x, block_q5_0 * restrict y, int k) { |
| 511 | static const int qk = QK5_0; |
nothing calls this directly
no test coverage detected