Unverified Commit 4f02b77d authored by ihb2032's avatar ihb2032 Committed by GitHub
Browse files

Fix: Add explicit #include <omp.h> for OpenMP compatibility on certain toolchains (#24951)


Signed-off-by: default avatarlyd1992 <liuyudong@iscas.ac.cn>
Signed-off-by: default avatarihb2032 <1355790728@qq.com>
parent 29283e89
...@@ -17,4 +17,8 @@ ...@@ -17,4 +17,8 @@
#warning "unsupported vLLM cpu implementation" #warning "unsupported vLLM cpu implementation"
#endif #endif
#ifdef _OPENMP
#include <omp.h>
#endif
#endif #endif
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment