Skip to content

Commit a28663f

Browse files
committed
SYCL: add back GGML_USED(dst) to ggml_sycl_cpy
1 parent 31f3626 commit a28663f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,6 +3787,7 @@ static void ggml_sycl_cpy(ggml_backend_sycl_context & ctx, const ggml_tensor *sr
37873787
ggml_type_name(src0->type), ggml_type_name(src1->type));
37883788
GGML_ABORT("fatal error");
37893789
}
3790+
GGML_UNUSED(dst);
37903791
}
37913792
catch (sycl::exception const &exc) {
37923793
std::cerr << exc.what() << "Exception caught at file:" << __FILE__

0 commit comments

Comments
 (0)