From: Patryk Kaminski Date: Wed, 28 Jan 2026 15:33:54 +0000 (+0100) Subject: ggml-sycl: remove unused syclcompat header (#19140) X-Git-Tag: upstream/0.0.8067~205 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0cd7032ca4f1f2ac0c9527a62a76ed4dc6ad26fe;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml-sycl: remove unused syclcompat header (#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 30ec1e8da..8ae809871 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