Skip to content

Commit a9eaa9e

Browse files
committed
Remove additional ifdef conditions
1 parent d99a772 commit a9eaa9e

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

61786178

6179-
#if QK_K == 256
61806179
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) {
61816180
assert(nrc == 1);
61826181
UNUSED(nrc);

0 commit comments

Comments
 (0)