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
f90d3636
Unverified
Commit
f90d3636
authored
Dec 18, 2025
by
Li, Jiang
Committed by
GitHub
Dec 18, 2025
Browse files
[Bugfix][CPU] Fix Mac CPU build (#30955)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
8372be28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/cpu/utils.cpp
csrc/cpu/utils.cpp
+1
-1
No files found.
csrc/cpu/utils.cpp
View file @
f90d3636
...
@@ -138,6 +138,7 @@ std::string init_cpu_threads_env(const std::string& cpu_ids) {
...
@@ -138,6 +138,7 @@ std::string init_cpu_threads_env(const std::string& cpu_ids) {
return
ss
.
str
();
return
ss
.
str
();
}
}
#endif // VLLM_NUMA_DISABLED
namespace
cpu_utils
{
namespace
cpu_utils
{
ScratchPadManager
::
ScratchPadManager
()
:
size_
(
0
),
ptr_
(
nullptr
)
{
ScratchPadManager
::
ScratchPadManager
()
:
size_
(
0
),
ptr_
(
nullptr
)
{
...
@@ -160,4 +161,3 @@ ScratchPadManager* ScratchPadManager::get_scratchpad_manager() {
...
@@ -160,4 +161,3 @@ ScratchPadManager* ScratchPadManager::get_scratchpad_manager() {
return
&
manager
;
return
&
manager
;
}
}
}
// namespace cpu_utils
}
// namespace cpu_utils
#endif
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