[SYCL] refactor (#6408)

* seperate lower precision GEMM from the main files

* fix workgroup size hardcode
This commit is contained in:
Meng, Hengyu 2024-06-19 09:11:51 +08:00 committed by GitHub
parent 37bef89433
commit 623494a478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 7600 additions and 6997 deletions

View file

@ -14,5 +14,10 @@
#define GGML_SYCL_BACKEND_HPP
#include "common.hpp"
#include "convert.hpp"
#include "dequantize.hpp"
#include "dmmv.hpp"
#include "mmq.hpp"
#include "mmvq.hpp"
#endif // GGML_SYCL_BACKEND_HPP