Commit e60c1674 authored by Li, Jiang's avatar Li, Jiang Committed by khluu
Browse files

[Bugfix] Avoid OpenMP thread reallocation in CPU torch compile (#37391)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
(cherry picked from commit 26180124)
parent faa80947
......@@ -246,6 +246,7 @@ class CpuPlatform(Platform):
"size_asserts": False,
"nan_asserts": False,
"epilogue_fusion": True,
"cpp.dynamic_threads": True,
}
)
......
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