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

Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
Li, Jiang
2026-03-18 15:51:39 +08:00
committed by GitHub
parent fcf0687b27
commit 261801242f

View File

@@ -246,6 +246,7 @@ class CpuPlatform(Platform):
"size_asserts": False,
"nan_asserts": False,
"epilogue_fusion": True,
"cpp.dynamic_threads": True,
}
)