]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: Refactor ggml_sycl_compute_forward (llama/11121)
authorAkarshan Biswas <redacted>
Fri, 10 Jan 2025 00:13:03 +0000 (05:43 +0530)
committerGeorgi Gerganov <redacted>
Tue, 14 Jan 2025 08:38:01 +0000 (10:38 +0200)
commitc3235bd81e3f5c91660faae0f62306e8920ef1a3
tree92e3fba80c4c11a2a5a8103cbb458bcb12f59aef
parent262d0abc8743a57ed799707e6dfbc824294942a4
SYCL: Refactor ggml_sycl_compute_forward (llama/11121)

* SYCL: refactor ggml_sycl_compute_forward

* SYCL: add back GGML_USED(dst) to ggml_sycl_cpy

* SYCL: add function name to noop debug

* SYCL: Some device info print refactoring and add details of XMX availability
15 files changed:
ggml/src/ggml-sycl/common.cpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/concat.cpp
ggml/src/ggml-sycl/concat.hpp
ggml/src/ggml-sycl/conv.cpp
ggml/src/ggml-sycl/conv.hpp
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/outprod.cpp
ggml/src/ggml-sycl/outprod.hpp
ggml/src/ggml-sycl/tsembd.cpp
ggml/src/ggml-sycl/tsembd.hpp
ggml/src/ggml-sycl/wkv6.cpp
ggml/src/ggml-sycl/wkv6.hpp