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 e5b6fdb commit 2573662Copy full SHA for 2573662
ggml/src/ggml-cpu/ggml-cpu-impl.h
@@ -509,7 +509,7 @@ void ggml_barrier(struct ggml_threadpool * tp);
509
510
#define GGML_DO_PRAGMA_(x) _Pragma (#x)
511
#define GGML_DO_PRAGMA(x) GGML_DO_PRAGMA_(x)
512
-#if defined(GGML_CPU_GENERIC) || defined(__HIPCC__) || defined(__APPLE__)
+#if defined(GGML_CPU_GENERIC) || defined(__HIPCC__)
513
// Note for Apple targets:
514
// - clang: aliases are not supported on darwin
515
// - all native kernels need to be implemented in both x86 and arm files
0 commit comments