Skip to content

Commit 4b5470f

Browse files
committed
ggml-sycl.cpp: fix some trailing whitespaces
1 parent 9129362 commit 4b5470f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,6 @@ inline void ggml_sycl_op_mul_mat_sycl(
24862486
const int64_t ne00 = src0->ne[0];
24872487
const int64_t ne10 = src1->ne[0];
24882488

2489-
24902489

24912490
const int64_t row_diff = row_high - row_low;
24922491

@@ -4220,7 +4219,7 @@ try
42204219
{
42214220
ggml_backend_sycl_context *sycl_ctx =
42224221
(ggml_backend_sycl_context *)backend->context;
4223-
4222+
42244223
sycl::event *sycl_event = static_cast<sycl::event *>(event->context);
42254224

42264225
const queue_ptr &stream = sycl_ctx->stream(sycl_ctx->device, 0);
@@ -4645,7 +4644,7 @@ static void *ggml_backend_sycl_reg_get_proc_address(ggml_backend_reg_t reg, cons
46454644
// "ggml_backend_register_host_buffer"
46464645
// "ggml_backend_unregister_host_buffer"
46474646
// doing this to make the compiler happy
4648-
(void) name;
4647+
(void) name;
46494648
return nullptr;
46504649
}
46514650

0 commit comments

Comments
 (0)