mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-13 10:57:15 +00:00
fixed compilation warnings in ggml-sycl (#12424)
This commit is contained in:
committed by
GitHub
parent
7dfad387e3
commit
a53f7f7b88
@@ -3017,7 +3017,6 @@ void ggml_sycl_op_mul_mat_q(
|
||||
break;
|
||||
default:
|
||||
GGML_ABORT("fatal error");
|
||||
break;
|
||||
}
|
||||
|
||||
GGML_UNUSED(src1);
|
||||
|
||||
Reference in New Issue
Block a user