Skip to content

Commit 32bf3df

Browse files
fix format issue
1 parent 89524c2 commit 32bf3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml-sycl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14000,8 +14000,8 @@ inline void ggml_sycl_op_dequantize_mul_mat_vec(
1400014000
src0->type == GGML_TYPE_Q8_0 || src0->type == GGML_TYPE_F16;
1400114001

1400214002
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);
14003+
src1_dfloat = src1_dfloat_a.alloc(ne00);
14004+
const to_fp16_sycl_t to_fp16_sycl = ggml_get_to_fp16_sycl(src1->type);
1400514005
GGML_ASSERT(to_fp16_sycl != nullptr);
1400614006
to_fp16_sycl(src1_ddf_i, src1_dfloat, ne00, stream);
1400714007
}

0 commit comments

Comments
 (0)