mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-29 07:34:18 +01:00
fix build
This commit is contained in:
parent
600193ca9a
commit
50f9ba353c
@ -5437,7 +5437,7 @@ static void dequantize_block_iq3_s(const void * __restrict__ vx, dst_t * __restr
|
|||||||
template<typename dst_t>
|
template<typename dst_t>
|
||||||
static void dequantize_block_iq1_s(const void * __restrict__ vx, dst_t * __restrict__ yy,
|
static void dequantize_block_iq1_s(const void * __restrict__ vx, dst_t * __restrict__ yy,
|
||||||
const sycl::nd_item<3> &item_ct1,
|
const sycl::nd_item<3> &item_ct1,
|
||||||
const uint64_t *iq3s_grid,
|
const uint64_t *iq1s_grid,
|
||||||
const uint8_t *ksigns_iq2xs,
|
const uint8_t *ksigns_iq2xs,
|
||||||
const uint8_t *kmask_iq2xs) {
|
const uint8_t *kmask_iq2xs) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user