mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
Description: Refine threading control options and move inter op thread pool to session state. Added thread_utils.h/cc to centralize the decision around the thread pool size under various conditions. Motivation and Context Currently the thread pool size of the parallel executor is hardcoded to 32 for some reason. This PR makes the options to configure the thread pool sizes clearer. |
||
|---|---|---|
| .. | ||
| C_Api_Sample.cpp | ||
| CXX_Api_Sample.cpp | ||
| InferenceTestCapi.cpp | ||
| Microsoft.ML.OnnxRuntime.EndToEndTests.RunCapi.vcxproj | ||
| Microsoft.ML.OnnxRuntime.Gpu.EndToEndTests.RunCapi.vcxproj | ||
| packages-gpu.conf | ||
| packages.conf | ||
| runtest-gpu.bat | ||
| runtest.bat | ||