]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975)
authorAkarshan Biswas <redacted>
Fri, 18 Apr 2025 13:57:56 +0000 (19:27 +0530)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 15:36:25 +0000 (18:36 +0300)
commit624ecce7c2d6b046950059ba70c0519c9932723a
tree99522096a076482f75d92f4ff7453bef700b7f7b
parent0f9878f674ffcced3183009152db2f1c4f05d9f4
SYCL: Refactor and enable FP16 in binary broadcast OPs (llama/12975)

* SYCL: refactor move to a separate file

* Fix binbcast

* Remove duplicates

* fix include formatting

* fix typo
src/ggml-sycl/backend.hpp
src/ggml-sycl/binbcast.cpp [new file with mode: 0644]
src/ggml-sycl/binbcast.hpp [new file with mode: 0644]
src/ggml-sycl/common.hpp
src/ggml-sycl/element_wise.cpp
src/ggml-sycl/element_wise.hpp
src/ggml-sycl/ggml-sycl.cpp