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 29283e8 commit 4f02b77Copy full SHA for 4f02b77
csrc/cpu/cpu_types.hpp
@@ -17,4 +17,8 @@
17
#warning "unsupported vLLM cpu implementation"
18
#endif
19
20
+#ifdef _OPENMP
21
+ #include <omp.h>
22
+#endif
23
+
24
0 commit comments