Skip to content

Commit 3a3007f

Browse files
committed
Added comments
1 parent 72e532c commit 3a3007f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-quants.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ void dequantize_row_q5_1(const block_q5_1 * GGML_RESTRICT x, float * GGML_RESTRI
340340
}
341341
}
342342

343+
// SVE Support added for Scaler Implementation
343344
void dequantize_row_q8_0(const block_q8_0 * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k) {
344345
static const int qk = QK8_0;
345346

0 commit comments

Comments
 (0)