]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Add oneDNN primitive support (llama/9091)
authorluoyu-intel <redacted>
Thu, 22 Aug 2024 04:50:10 +0000 (12:50 +0800)
committerGeorgi Gerganov <redacted>
Wed, 28 Aug 2024 10:22:20 +0000 (13:22 +0300)
commit32f88af17b635001dab08933813196447cbe2f8b
treebc283097cf9fb07af7b29edf0c89f0f7d9404dcc
parent9bf7250bf909df7aca5af33bf633b462d18185a6
Add oneDNN primitive support (llama/9091)

* add onednn

* add sycl_f16

* add dnnl stream

* add engine map

* use dnnl for intel only

* use fp16fp16fp16

* update doc
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]