]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Sat, 8 Mar 2025 13:13:01 +0000 (15:13 +0200)
commit74c85d154e7a8aa277275f7dfdcf2a27f282856c
treef967987bf96de34e5004abc633b3c9baa0e04700
parenteb2d8b6ffdddfd29031da1ea01bad40984c113fc
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
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