fixed compilation warnings in ggml-sycl (#12424)

This commit is contained in:
Łukasz Ślusarczyk 2025-03-18 01:51:25 +01:00 committed by GitHub
parent 7dfad387e3
commit a53f7f7b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 101 additions and 106 deletions

View file

@ -3017,7 +3017,6 @@ void ggml_sycl_op_mul_mat_q(
break;
default:
GGML_ABORT("fatal error");
break;
}
GGML_UNUSED(src1);