We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89524c2 commit 32bf3dfCopy full SHA for 32bf3df
ggml-sycl.cpp
@@ -14000,8 +14000,8 @@ inline void ggml_sycl_op_dequantize_mul_mat_vec(
14000
src0->type == GGML_TYPE_Q8_0 || src0->type == GGML_TYPE_F16;
14001
14002
if (src1_convert_f16) {
14003
- src1_dfloat = src1_dfloat_a.alloc(ne00);
14004
- const to_fp16_sycl_t to_fp16_sycl = ggml_get_to_fp16_sycl(src1->type);
+ src1_dfloat = src1_dfloat_a.alloc(ne00);
+ const to_fp16_sycl_t to_fp16_sycl = ggml_get_to_fp16_sycl(src1->type);
14005
GGML_ASSERT(to_fp16_sycl != nullptr);
14006
to_fp16_sycl(src1_ddf_i, src1_dfloat, ne00, stream);
14007
}
0 commit comments