]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Rename oneMKL to oneMath (#12192)
authorRomain Biessy <redacted>
Tue, 1 Apr 2025 08:24:29 +0000 (10:24 +0200)
committerGitHub <redacted>
Tue, 1 Apr 2025 08:24:29 +0000 (16:24 +0800)
commit82939705421f4ef27e924879fdeed6d7b5f6d769
tree946f8160c2a6fb4c7812e20680b10c3d190b948c
parent8bbf26083d93274240a20d16cda324441c57fcc6
SYCL: Rename oneMKL to oneMath (#12192)

* Rename oneMKL Interface to oneMath

* Use oneMath for Intel vendor

* Rename occurences to mkl

* clang-format

* Silence verbose warnings

* Set oneMath HIP_TARGETS

* Fix silence warnings

* Remove step to build oneMath from build instructions

* Use fixed oneMath version

* Remove INTEL_CPU

* Fold CMake oneDNN conditions

* Use Intel oneMKL for Intel devices

* Improve CMake message

* Link against MKL::MKL_SYCL::BLAS only

* Move oneMath documentation to Nvidia and AMD sections
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