]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] Add oneDNN primitive support (#9091)
authorluoyu-intel <redacted>
Thu, 22 Aug 2024 04:50:10 +0000 (12:50 +0800)
committerGitHub <redacted>
Thu, 22 Aug 2024 04:50:10 +0000 (12:50 +0800)
commit1731d4238f9e4f925a750810e7f5480827c66dcf
tree55be6f46f8e90fc1242145c3cee72b5130a11f0b
parenta1631e53f6763e17da522ba219b030d8932900bd
[SYCL] Add oneDNN primitive support (#9091)

* add onednn

* add sycl_f16

* add dnnl stream

* add engine map

* use dnnl for intel only

* use fp16fp16fp16

* update doc
CMakePresets.json
docs/backend/SYCL.md
ggml/src/CMakeLists.txt
ggml/src/ggml-sycl.cpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/gemm.hpp [new file with mode: 0644]