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 c31ed2a commit 9150f8fCopy full SHA for 9150f8f
ggml/src/ggml-impl.h
@@ -14,7 +14,7 @@
14
#include <arm_sve.h>
15
#endif // __ARM_FEATURE_SVE
16
17
-#if defined(__ARM_NEON)
+#if defined(__ARM_NEON) && !defined(__CUDACC__)
18
// if YCM cannot find <arm_neon.h>, make a symbolic link to it, for example:
19
//
20
// $ ln -sfn /Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h ./src/
0 commit comments