Skip to content

Commit d5ab66f

Browse files
committed
Remove additional ifdef conditions
1 parent ab5b6df commit d5ab66f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml-quants.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6238,7 +6238,6 @@ void ggml_vec_dot_q8_0_b16_q8_0_b16(int n, float * restrict s, size_t bs, const
62386238
}
62396239

62406240

6241-
#if QK_K == 256
62426241
void ggml_vec_dot_q2_K_q8_K(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc) {
62436242
assert(nrc == 1);
62446243
UNUSED(nrc);

0 commit comments

Comments
 (0)