]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Move CPY kernels to a separate file and add few missing kernels (#12133)
authorAkarshan Biswas <redacted>
Mon, 3 Mar 2025 10:07:22 +0000 (15:37 +0530)
committerGitHub <redacted>
Mon, 3 Mar 2025 10:07:22 +0000 (11:07 +0100)
commitece9745bb8079b9f4af45df29b67ad0c6e50584d
tree8216d0c2b10cd184266413b1ef72bd106847db6e
parentcc473cac7cea1484c1f870231073b0bf0352c6f9
SYCL: Move CPY kernels to a separate file and add few missing kernels (#12133)

* SYCL: refactor and move cpy kernels to a separate file

* Add few missing cpy kernels

* refactor and add debug logs
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/cpy.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/cpy.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/ggml-sycl.cpp