row removed

This commit is contained in:
vithulep 2025-06-11 09:38:47 +05:30
parent 9922ee7c24
commit 139f717a53
1 changed files with 0 additions and 1 deletions

View File

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