From: Patryk Kaminski Date: Wed, 28 Jan 2026 15:33:54 +0000 (+0100) Subject: ggml-sycl: remove unused syclcompat header (llama/19140) X-Git-Tag: upstream/1.8.3+155~97 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cc0c103b5d78c74ed43bc648a284e121ef1e35d2;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml-sycl: remove unused syclcompat header (llama/19140) The syclcompat/math.hpp is not used anymore. The change that intrduced it was successfuly reverted (https://github.com/ggml-org/llama.cpp/pull/17826). This include path will become obsolete and dropped in oneAPI 2026.0 effectively breaking ggml-sycl builds. --- diff --git a/ggml/src/ggml-sycl/dpct/helper.hpp b/ggml/src/ggml-sycl/dpct/helper.hpp index 30ec1e8d..8ae80987 100644 --- a/ggml/src/ggml-sycl/dpct/helper.hpp +++ b/ggml/src/ggml-sycl/dpct/helper.hpp @@ -15,7 +15,6 @@ #include #include -#include #include #ifdef GGML_SYCL_USE_INTEL_ONEMKL