onnxruntime/cmake
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
..
external update onnx to latest commit (#1622) 2019-08-15 17:10:32 -07:00
onnx make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
patches Update nGraph to v0.22.1 (#1582) 2019-08-10 17:41:08 -07:00
CMakeLists.txt Let mlas use session thread pool (#1609) 2019-08-16 13:21:15 -07:00
ConfigureVisualStudioCodeAnalysis.props
EnableVisualStudioCodeAnalysis.props
get_boost.cmake restore ninja compatibility 2019-05-15 10:18:52 -07:00
onnxruntime.cmake Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
onnxruntime_automl_featurizers.cmake Integrate featurizers (#1573) 2019-08-15 13:59:59 -07:00
onnxruntime_codegen.cmake Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
onnxruntime_common.cmake Use manylinux2010 image to build linux python wheels (#1282) 2019-06-27 15:45:06 -07:00
onnxruntime_config.h.in Add an API for retrieve ORT version (#1263) 2019-06-20 15:42:12 -07:00
onnxruntime_csharp.cmake MKLML pipeline - update C# and CMake to handle dll dependencies (#810) 2019-04-10 18:16:02 -07:00
onnxruntime_dependencies.dot
onnxruntime_framework.cmake Add ability to dump node input/output (#1202) 2019-06-13 06:47:50 +10:00
onnxruntime_graph.cmake Integrate featurizers (#1573) 2019-08-15 13:59:59 -07:00
onnxruntime_language_interop_ops.cmake Add PyOp doc and UT (#1200) 2019-06-17 11:15:44 -07:00
onnxruntime_mlas.cmake NNAPI EP Update (#1483) 2019-07-24 13:20:05 -07:00
onnxruntime_optimizer.cmake make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
onnxruntime_providers.cmake Integrate featurizers (#1573) 2019-08-15 13:59:59 -07:00
onnxruntime_pyop.cmake Add PyOp doc and UT (#1200) 2019-06-17 11:15:44 -07:00
onnxruntime_python.cmake Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnxruntime_server.cmake Add GRPC support to ONNX Runtime Server (#1144) 2019-07-18 11:10:38 -07:00
onnxruntime_session.cmake Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
onnxruntime_unittests.cmake Integrate featurizers (#1573) 2019-08-15 13:59:59 -07:00
onnxruntime_util.cmake put all gemmlowp common code in one place (#1590) 2019-08-10 17:01:07 -07:00
protobuf_function.cmake Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00