From 139f717a53161691898755ecc28ba089c02e76ea Mon Sep 17 00:00:00 2001
From: vithulep
Date: Wed, 11 Jun 2025 09:38:47 +0530
Subject: [PATCH] row removed
---
ggml/src/ggml-quants.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c
index 4204c808d8..deaea58f3a 100644
--- a/ggml/src/ggml-quants.c
+++ b/ggml/src/ggml-quants.c
@@ -351,7 +351,6 @@ void dequantize_row_q8_0(const block_q8_0 * GGML_RESTRICT x, float * GGML_RESTRI
svbool_t pg = svptrue_b32();
const svfloat32_t inactive1 = svdup_n_f32(0.0f);
const int ggml_f32_epr = svcntw();
-
for (int i = 0; i < nb; i+=1) {
const float d1 = GGML_FP16_TO_FP32(x[i].d); // d:0
const int8_t *x_data1 = x[i].qs;