| 552 | } |
| 553 | |
| 554 | void quantize_row_q5_0(const float * restrict x, void * restrict y, int k) { |
| 555 | quantize_row_q5_0_reference(x, y, k); |
| 556 | } |
| 557 | |
| 558 | void quantize_row_q5_1_reference(const float * restrict x, block_q5_1 * restrict y, int k) { |
| 559 | const int qk = QK5_1; |
nothing calls this directly
no test coverage detected