Skip to content

Commit 6343c96

Browse files
committed
Remove additional ifdef conditions
1 parent 60fa135 commit 6343c96

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

61236123

6124-
#if QK_K == 256
61256124
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) {
61266125
assert(nrc == 1);
61276126
UNUSED(nrc);

0 commit comments

Comments
 (0)