We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc473ca commit ece9745Copy full SHA for ece9745
ggml/src/ggml-sycl/backend.hpp
@@ -29,6 +29,7 @@
29
#include "wkv6.hpp"
30
#include "outprod.hpp"
31
#include "element_wise.hpp"
32
+#include "cpy.hpp"
33
#include "gla.hpp"
34
35
#endif // GGML_SYCL_BACKEND_HPP
ggml/src/ggml-sycl/common.hpp
@@ -34,6 +34,7 @@
#pragma clang diagnostic ignored "-Wnested-anon-types"
#include "ggml-common.h"
36
#pragma clang diagnostic pop
37
+#include "ggml-impl.h"
38
39
void* ggml_sycl_host_malloc(size_t size);
40
void ggml_sycl_host_free(void* ptr);
0 commit comments