]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: Rename oneMKL to oneMath (llama/12192)
authorRomain Biessy <redacted>
Tue, 1 Apr 2025 08:24:29 +0000 (10:24 +0200)
committerGeorgi Gerganov <redacted>
Wed, 2 Apr 2025 12:51:57 +0000 (15:51 +0300)
commitddf7e6a15dba011ded8928c75af770d9d2a10f41
treef66833f310db9de278072bb1464dcd59347f5378
parent0d42097fd3387745a5dbfce326506f6ad0b7b616
SYCL: Rename oneMKL to oneMath (llama/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
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