onnxruntime/include/onnxruntime/core
Changming Sun 6b89c7ad04
Let mlas use session thread pool (#1609)
1.Let mlas use session thread pool
2.Remove onnxruntime_USE_MLAS cmake option
3. Remove the win32 thread pool code inside mlas

mlas will:

1.use ort thread pool if it get passed in
2.use openmp if the threadpool parameter is nullptr
3.run single threaded if the threadpool parameter is nullptr and openmp is disabled.
2019-08-16 13:21:15 -07:00
..
common Remove unneeded C APIs + some refactoring. (#1555) 2019-08-07 11:05:29 -07:00
framework Let mlas use session thread pool (#1609) 2019-08-16 13:21:15 -07:00
graph Integrate featurizers (#1573) 2019-08-15 13:59:59 -07:00
optimizer Add/correct missing SAL annotations + avoid using unsigned types (except where counts are involved). (#1451) 2019-07-22 23:25:53 -07:00
platform Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
providers Remove memory copy between TensorRT and CUDA (#1561) 2019-08-08 19:31:39 -07:00
session Let mlas use session thread pool (#1609) 2019-08-16 13:21:15 -07:00