]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 17:39:16 +0000 (20:39 +0300)
commit0287a5c51bb10d6c404813efcc079445a406df23
treedb0434276f7fe68d6a9f605fcf8008148e96470e
parent24d29c55dffdd48474cc5c1310f2e6c24fc33392
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
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/binbcast.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/binbcast.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp