onnxruntime/include/onnxruntime/core
Tim Harris a95ae164f7
Create N-1 threads in intra-op pool, given main thread now active (#4493)
Create N-1 threads in a thread pool when configured with intra-op parallelism of N. This ensures we have N active threads, given that the main thread also runs work. To avoid ambiguity on the value returned, rename ThreadPool::NumThreads method to ThreadPool::DegreeOfParallelism, and make corresponding updates in MLAS and operators.
2020-07-14 09:48:50 +01:00
..
common Fix Windows Inbox build failing on 1) building raw api tests and 2) referencing _winml namespace in onnxruntime.dll (#3872) 2020-05-08 15:59:16 -07:00
framework Optimize CUDA Sum op kernel and refactor CUDA elementwise variadic input op kernels (#4418) 2020-07-10 10:20:23 -07:00
graph update getfunctionbody (#4396) 2020-07-02 09:00:37 -07:00
optimizer
platform Create N-1 threads in intra-op pool, given main thread now active (#4493) 2020-07-14 09:48:50 +01:00
providers Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
session Add modern C++ standards for Ort::Value (#4367) 2020-07-09 00:35:41 -07:00