Unverified Commit f90d3636 authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

[Bugfix][CPU] Fix Mac CPU build (#30955)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent 8372be28
......@@ -138,6 +138,7 @@ std::string init_cpu_threads_env(const std::string& cpu_ids) {
return ss.str();
}
#endif // VLLM_NUMA_DISABLED
namespace cpu_utils {
ScratchPadManager::ScratchPadManager() : size_(0), ptr_(nullptr) {
......@@ -160,4 +161,3 @@ ScratchPadManager* ScratchPadManager::get_scratchpad_manager() {
return &manager;
}
} // namespace cpu_utils
#endif
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