iq4_nl: Fix after merging with master

This commit is contained in:
Iwan Kawrakow 2024-02-19 11:29:26 +02:00
parent 9b0d3a857e
commit 1d90021241

View file

@ -4968,6 +4968,7 @@ void dequantize_iq1_s(device const block_iq1_s * xb, short il, thread type4x4 &
}
}
template <typename type4x4>
void dequantize_iq4_nl(device const block_iq4_nl * xb, short il, thread type4x4 & reg) {
device const uint16_t * q4 = (device const uint16_t *)xb->qs;
const float d = xb->d;