]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SYCL: Move CPY kernels to a separate file and add few missing kernels (llama/12133)
authorAkarshan Biswas <redacted>
Mon, 3 Mar 2025 10:07:22 +0000 (15:37 +0530)
committerGeorgi Gerganov <redacted>
Tue, 4 Mar 2025 19:24:42 +0000 (21:24 +0200)
commit27123d53765f5b8810565ffb3f1f3ff9bbe47c3e
tree0631d6379cb8816641ee87b4f0aa814964f83ed7
parent0ce5cc32e4e74703a8d2e850a46680f22dfa1061
SYCL: Move CPY kernels to a separate file and add few missing kernels (llama/12133)

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

* Add few missing cpy kernels

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