bug fix
This commit is contained in:
parent
9b030b98a6
commit
81b6139f4c
1 changed files with 0 additions and 7 deletions
|
@ -7727,15 +7727,8 @@ vec_dot_iq2_s_q8_1(const void *__restrict__ vbq,
|
||||||
assert(false);
|
assert(false);
|
||||||
return 0.f;
|
return 0.f;
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
(void) ksigns64;
|
|
||||||
assert(false);
|
|
||||||
return 0.f;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
template <int qk, int qr, int qi, bool need_sum, typename block_q_t, int mmq_x,
|
template <int qk, int qr, int qi, bool need_sum, typename block_q_t, int mmq_x,
|
||||||
int mmq_y, int nwarps, load_tiles_sycl_t load_tiles, int vdr,
|
int mmq_y, int nwarps, load_tiles_sycl_t load_tiles, int vdr,
|
||||||
vec_dot_q_mul_mat_sycl_t vec_dot>
|
vec_dot_q_mul_mat_sycl_t vec_dot>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue