diff options
Diffstat (limited to 'ggml-sycl/backend.hpp')
-rw-r--r-- | ggml-sycl/backend.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ggml-sycl/backend.hpp b/ggml-sycl/backend.hpp index 88bae596..2d37e271 100644 --- a/ggml-sycl/backend.hpp +++ b/ggml-sycl/backend.hpp @@ -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 |