Skip to content

Commit cba40e7

Browse files
committed
Remove additional ifdef conditions
1 parent 6d28c89 commit cba40e7

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
@@ -6239,7 +6239,6 @@ void ggml_vec_dot_q8_0_b16_q8_0_b16(int n, float * restrict s, size_t bs, const
62396239
}
62406240

62416241

6242-
#if QK_K == 256
62436242
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) {
62446243
assert(nrc == 1);
62456244
UNUSED(nrc);

0 commit comments

Comments
 (0)