]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Remove support for Nvidia & AMD GPU, because the oneAPI plugin for Nvidia & AMD GPU...
authorNeo Zhang <redacted>
Mon, 2 Feb 2026 13:06:21 +0000 (21:06 +0800)
committerGitHub <redacted>
Mon, 2 Feb 2026 13:06:21 +0000 (21:06 +0800)
commitbf38346d136c6121732c36c60b079bde18d63a0e
tree3fb858dad098c24e44b2d4b456e772c7e2a90b8a
parent4d5e97267386ba5a9fe4c26f26df10fe1c218534
Remove support for Nvidia & AMD GPU, because the oneAPI plugin for Nvidia & AMD GPU is unavailable: download/installation channels are out of work. (#19246)

User can't build up the software for Nvidia & AMD GPU.
rm the oneMath since it is only used in NV and AMD code path.
docs/backend/SYCL.md
ggml/src/ggml-sycl/CMakeLists.txt
ggml/src/ggml-sycl/dpct/helper.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/outprod.cpp
ggml/src/ggml-sycl/rope.cpp
ggml/src/ggml-sycl/wkv.cpp