]> git.djapps.eu Git - pkg/ggml/sources/whisper.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)
committerGeorgi Gerganov <redacted>
Sun, 8 Feb 2026 07:29:10 +0000 (09:29 +0200)
commitc4003da2b838a923eeb7879f91dc6ddd1f413af2
treee384d77d6a07d238ef649b1a09b5a2cce66a6eed
parent74353e90a157990cbe2103495943d26a75e04384
Remove support for Nvidia & AMD GPU, because the oneAPI plugin for Nvidia & AMD GPU is unavailable: download/installation channels are out of work. (llama/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.
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