Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
09e56f92
Unverified
Commit
09e56f92
authored
Mar 03, 2025
by
Sheng Yao
Committed by
GitHub
Mar 02, 2025
Browse files
[Bugfix] Explicitly include "omp.h" for MacOS to avoid installation failure (#14051)
parent
cf069aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
csrc/cpu/cpu_types_arm.hpp
csrc/cpu/cpu_types_arm.hpp
+4
-0
No files found.
csrc/cpu/cpu_types_arm.hpp
View file @
09e56f92
...
...
@@ -2,6 +2,10 @@
#include <torch/all.h>
#include <cmath>
#if defined(__APPLE__)
#include "omp.h"
#endif
namespace
vec_op
{
#ifdef ARM_BF16_SUPPORT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment