]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml-sycl: remove unused syclcompat header (#19140)
authorPatryk Kaminski <redacted>
Wed, 28 Jan 2026 15:33:54 +0000 (16:33 +0100)
committerGitHub <redacted>
Wed, 28 Jan 2026 15:33:54 +0000 (23:33 +0800)
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.

ggml/src/ggml-sycl/dpct/helper.hpp

index 30ec1e8dafceafd5db54bfc00179ae4cde89e2de..8ae8098717d4ca75edb491b4f8468149c8a7b2d4 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <sycl/sycl.hpp>
 #include <sycl/half_type.hpp>
-#include <syclcompat/math.hpp>
 #include <map>
 
 #ifdef GGML_SYCL_USE_INTEL_ONEMKL