[SYCL] refactor (#6408)
* seperate lower precision GEMM from the main files * fix workgroup size hardcode
This commit is contained in:
parent
37bef89433
commit
623494a478
13 changed files with 7600 additions and 6997 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue