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
26180124
Unverified
Commit
26180124
authored
Mar 18, 2026
by
Li, Jiang
Committed by
GitHub
Mar 18, 2026
Browse files
[Bugfix] Avoid OpenMP thread reallocation in CPU torch compile (#37391)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
fcf0687b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/platforms/cpu.py
vllm/platforms/cpu.py
+1
-0
No files found.
vllm/platforms/cpu.py
View file @
26180124
...
...
@@ -246,6 +246,7 @@ class CpuPlatform(Platform):
"size_asserts"
:
False
,
"nan_asserts"
:
False
,
"epilogue_fusion"
:
True
,
"cpp.dynamic_threads"
:
True
,
}
)
...
...
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