fixed compilation warnings in ggml-sycl (#12424)

This commit is contained in:
Łukasz Ślusarczyk
2025-03-18 08:51:25 +08:00
committed by GitHub
parent 7dfad387e3
commit a53f7f7b88
9 changed files with 101 additions and 106 deletions
-1
View File
@@ -3017,7 +3017,6 @@ void ggml_sycl_op_mul_mat_q(
break;
default:
GGML_ABORT("fatal error");
break;
}
GGML_UNUSED(src1);