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 b864b50 commit cdda282Copy full SHA for cdda282
ggml-common.h
@@ -52,6 +52,8 @@ typedef sycl::half2 ggml_half2;
52
53
#if defined(GGML_COMMON_DECL)
54
55
+#include <assert.h>
56
+
57
#ifndef __cplusplus
58
#ifndef static_assert
59
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201100L)
0 commit comments