Added comments
This commit is contained in:
parent
72e532c8c3
commit
3a3007f63e
|
|
@ -340,6 +340,7 @@ void dequantize_row_q5_1(const block_q5_1 * GGML_RESTRICT x, float * GGML_RESTRI
|
|||
}
|
||||
}
|
||||
|
||||
// SVE Support added for Scaler Implementation
|
||||
void dequantize_row_q8_0(const block_q8_0 * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k) {
|
||||
static const int qk = QK8_0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue