]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Refactor ggml_sycl_compute_forward (#11121)
authorAkarshan Biswas <redacted>
Fri, 10 Jan 2025 00:13:03 +0000 (05:43 +0530)
committerGitHub <redacted>
Fri, 10 Jan 2025 00:13:03 +0000 (08:13 +0800)
commitc6860cc7346c90219475e4467bb8a288e0df975c
tree0f64591789df65703fc48d121dfc425b9e5d042b
parent1204f9727005974587d6fc1dcd4d4f0ead87c856
SYCL: Refactor ggml_sycl_compute_forward (#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