From 90fe556e6d2a43793db7debf1b89d75b3742109e Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Thu, 12 Dec 2024 12:54:36 +0530 Subject: [PATCH] SYCL: remove extra empty lines and a comment --- ggml/src/ggml-sycl/gemm.hpp | 1 - ggml/src/ggml-sycl/ggml-sycl.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/ggml/src/ggml-sycl/gemm.hpp b/ggml/src/ggml-sycl/gemm.hpp index 22c997da0..3f0f34ad6 100644 --- a/ggml/src/ggml-sycl/gemm.hpp +++ b/ggml/src/ggml-sycl/gemm.hpp @@ -23,7 +23,6 @@ #include "dnnl.hpp" #include "dnnl_sycl.hpp" - class DnnlGemmWrapper { public: using dt = dnnl::memory::data_type; diff --git a/ggml/src/ggml-sycl/ggml-sycl.cpp b/ggml/src/ggml-sycl/ggml-sycl.cpp index 9d0242216..f6d26224b 100644 --- a/ggml/src/ggml-sycl/ggml-sycl.cpp +++ b/ggml/src/ggml-sycl/ggml-sycl.cpp @@ -2879,7 +2879,6 @@ static void ggml_sycl_op_mul_mat(ggml_backend_sycl_context & ctx, const ggml_ten ggml_tensor_extra_gpu * src0_extra = (ggml_tensor_extra_gpu *) src0->extra; ggml_tensor_extra_gpu * src1_extra = (ggml_tensor_extra_gpu *) src1->extra; - const bool src0_is_contiguous = ggml_is_contiguous(src0); const bool src1_is_contiguous = ggml_is_contiguous(src1);