Skip to content

Commit 90fe556

Browse files
committed
SYCL: remove extra empty lines and a comment
1 parent 8dfac46 commit 90fe556

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ggml/src/ggml-sycl/gemm.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "dnnl.hpp"
2424
#include "dnnl_sycl.hpp"
2525

26-
2726
class DnnlGemmWrapper {
2827
public:
2928
using dt = dnnl::memory::data_type;

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,6 @@ static void ggml_sycl_op_mul_mat(ggml_backend_sycl_context & ctx, const ggml_ten
28792879
ggml_tensor_extra_gpu * src0_extra = (ggml_tensor_extra_gpu *) src0->extra;
28802880
ggml_tensor_extra_gpu * src1_extra = (ggml_tensor_extra_gpu *) src1->extra;
28812881

2882-
28832882
const bool src0_is_contiguous = ggml_is_contiguous(src0);
28842883
const bool src1_is_contiguous = ggml_is_contiguous(src1);
28852884

0 commit comments

Comments
 (0)