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 5ed4403 commit 19ce4b6Copy full SHA for 19ce4b6
ggml/src/ggml-sycl/common.hpp
@@ -26,7 +26,11 @@
26
27
#define GGML_COMMON_DECL_SYCL
28
#define GGML_COMMON_IMPL_SYCL
29
+/* suppress warning spam */
30
+#pragma clang diagnostic push
31
+#pragma clang diagnostic ignored "-Wnested-anon-types"
32
#include "ggml-common.h"
33
+#pragma clang diagnostic pop
34
35
void* ggml_sycl_host_malloc(size_t size);
36
void ggml_sycl_host_free(void* ptr);
0 commit comments