Skip to content

Commit 7912cb6

Browse files
committed
Remove additional ifdef conditions
1 parent ddbe580 commit 7912cb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-quants.c

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

59855985

5986-
#if QK_K == 256
59875986
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) {
59885987
assert(nrc == 1);
59895988
UNUSED(nrc);

0 commit comments

Comments
 (0)