Added comments

This commit is contained in:
vithulep 2025-06-13 10:11:12 +05:30
parent 72e532c8c3
commit 3a3007f63e
1 changed files with 1 additions and 0 deletions

View File

@ -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;