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 cf069aa commit 09e56f9Copy full SHA for 09e56f9
csrc/cpu/cpu_types_arm.hpp
@@ -2,6 +2,10 @@
2
#include <torch/all.h>
3
#include <cmath>
4
5
+#if defined(__APPLE__)
6
+ #include "omp.h"
7
+#endif
8
+
9
namespace vec_op {
10
11
#ifdef ARM_BF16_SUPPORT
0 commit comments