Skip to content

Commit

Permalink
Adjust EOF spaces and usused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qnixsynapse committed Feb 2, 2025
1 parent 5ccd19a commit e32b19a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/concat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ void ggml_sycl_concat(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
GGML_SYCL_DEBUG("call %s\n", __func__);
ggml_sycl_op_concat(ctx, dst);
GGML_SYCL_DEBUG("call %s done\n", __func__);
}
}
1 change: 0 additions & 1 deletion ggml/src/ggml-sycl/conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ void ggml_sycl_op_conv_transpose_1d(ggml_backend_sycl_context & ctx, ggml_tensor
src1->ne[0], dst->ne[0],
src0_d, src1_d, dst_d, stream);
}

1 change: 1 addition & 0 deletions ggml/src/ggml-sycl/dmmv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ void ggml_sycl_op_dequantize_mul_mat_vec(
}
#else
const dfloat * src1_dfloat = (const dfloat *) src1_ddf_i; // dfloat == float, no conversion
GGML_UNUSED(ctx);
#endif // GGML_SYCL_F16

switch (src0->type) {
Expand Down

0 comments on commit e32b19a

Please sign in to comment.