]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Add oneDNN primitive support (llama/9091)
authorluoyu-intel <redacted>
Thu, 22 Aug 2024 04:50:10 +0000 (12:50 +0800)
committerGeorgi Gerganov <redacted>
Tue, 27 Aug 2024 19:01:14 +0000 (22:01 +0300)
commitbacc456307786c299fdd90cb352535605c48a4dd
tree3cb6fce271d2a1b8e6cd769f0476682e32915c5a
parent35fdd070798ff45ee60e21ad72fba72bc8956baf
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
src/CMakeLists.txt
src/ggml-sycl.cpp
src/ggml-sycl/common.hpp
src/ggml-sycl/gemm.hpp [new file with mode: 0644]