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
d521dcdb
"vscode:/vscode.git/clone" did not exist on "c8f7ce90612702a4f38f7f0212b4053e29377cd7"
Unverified
Commit
d521dcdb
authored
Apr 08, 2026
by
Md. Mekayel Anik
Committed by
GitHub
Apr 07, 2026
Browse files
docs: clarify SMT and OMP acronyms in CpuPlatform (#39085)
parent
5daf6227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vllm/platforms/cpu.py
vllm/platforms/cpu.py
+3
-1
No files found.
vllm/platforms/cpu.py
View file @
d521dcdb
...
...
@@ -76,7 +76,9 @@ class CpuPlatform(Platform):
dist_backend
:
str
=
"gloo"
device_control_env_var
=
"CPU_VISIBLE_MEMORY_NODES"
omp_process_manager
=
None
smt
=
1
# SMT level for OMP - 4 threads on PowerPC, 1 on others
# Simultaneous Multithreading (SMT) level for OpenMP:
# 4 on PowerPC, 1 on non-PowerPC architectures
smt
=
1
global_cpu_mask
=
None
simulate_numa
=
int
(
os
.
environ
.
get
(
"_SIM_MULTI_NUMA"
,
0
))
...
...
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