From 3a3007f63ef2ed7418ab9e8885e1b01bd39c6574 Mon Sep 17 00:00:00 2001
From: vithulep
Date: Fri, 13 Jun 2025 10:11:12 +0530
Subject: [PATCH] Added comments
---
ggml/src/ggml-quants.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c
index 6d0d5d4ec1..a617f951e2 100644
--- a/ggml/src/ggml-quants.c
+++ b/ggml/src/ggml-quants.c
@@ -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;