]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Refactor and enable FP16 in binary broadcast OPs (#12975)
authorAkarshan Biswas <redacted>
Fri, 18 Apr 2025 13:57:56 +0000 (19:27 +0530)
committerGitHub <redacted>
Fri, 18 Apr 2025 13:57:56 +0000 (15:57 +0200)
commit8d6600576318dfc6b091fca744b0fd36a5e5255f
treead5f895dc60a304fe471c5cd3ab887e5357c0e0b
parentb9154ecff93ff54dc554411eb844a2a654be49f2
SYCL: Refactor and enable FP16 in binary broadcast OPs (#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