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
This commit is contained in:
Akarshan Biswas
2025-03-03 15:37:22 +05:30
committed by GitHub
parent cc473cac7c
commit ece9745bb8
5 changed files with 739 additions and 466 deletions

View File

@ -29,6 +29,7 @@
#include "wkv6.hpp"
#include "outprod.hpp"
#include "element_wise.hpp"
#include "cpy.hpp"
#include "gla.hpp"
#endif // GGML_SYCL_BACKEND_HPP