onnxruntime/cmake
Changming Sun bd78364411
Parallel all the activations ops (#3722)
1. Parallel all the activations ops.
2. Parallel the performance critical path of the LRN op, which makes the ONNX model zoo googlenet model runs 60% faster(latency reduced from 21ms to 13ms).
3. Make the Gemm-Activation fusion support with all the activations ops. Before this change, it only supports LeakyRelu/Relu/Sigmoid/Tanh.
4. Delete onnxruntime/test/framework/op_kernel_test.cc because the file is almost empty.
5. Remove the loggings in KernelRegistry::TryFindKernel, return Status with error message instead.
2020-05-05 01:18:17 -07:00
..
external Function expansion support and Update ONNX to 1.7 release candidate 1. (#3782) 2020-05-01 10:35:16 -07:00
horovod Address PR comments and clean up. (#3536) 2020-04-15 15:51:52 -07:00
onnx Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
patches OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
tensorboard Introduce training changes. 2020-03-11 14:39:03 -07:00
CMakeLists.txt Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
CMakeSettings.json Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
codeconv.runsettings CMake changes (#2961) 2020-02-03 19:33:14 -08:00
ConfigureVisualStudioCodeAnalysis.props
EnableVisualStudioCodeAnalysis.props
onnxruntime.cmake iOS crosscompilation under linux (#3298) 2020-03-30 19:39:17 -07:00
onnxruntime_codegen.cmake Put safeint_interface include directory into onnxruntime_common interface include directories to simplify usage by other targets. (#3546) 2020-04-16 10:34:32 -07:00
onnxruntime_common.cmake Put safeint_interface include directory into onnxruntime_common interface include directories to simplify usage by other targets. (#3546) 2020-04-16 10:34:32 -07:00
onnxruntime_config.h.in Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00
onnxruntime_csharp.cmake Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
onnxruntime_framework.cmake Put safeint_interface include directory into onnxruntime_common interface include directories to simplify usage by other targets. (#3546) 2020-04-16 10:34:32 -07:00
onnxruntime_graph.cmake Introduce training changes. 2020-03-11 14:39:03 -07:00
onnxruntime_ios.toolchain.cmake iOS cross build on MacOS (#3699) 2020-04-28 17:09:31 -07:00
onnxruntime_java.cmake Make Java build and run tests on Windows the box (#3811) 2020-05-04 18:19:35 -07:00
onnxruntime_java_unittests.cmake Make Java build and run tests on Windows the box (#3811) 2020-05-04 18:19:35 -07:00
onnxruntime_language_interop_ops.cmake
onnxruntime_mlas.cmake iOS cross build on MacOS (#3699) 2020-04-28 17:09:31 -07:00
onnxruntime_nuphar_extern.cmake Weba/merge ngemm (#2021) 2019-10-05 12:09:22 -07:00
onnxruntime_optimizer.cmake Put safeint_interface include directory into onnxruntime_common interface include directories to simplify usage by other targets. (#3546) 2020-04-16 10:34:32 -07:00
onnxruntime_providers.cmake Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
onnxruntime_pyop.cmake Update python packaging pipelines (#2167) 2019-10-19 07:42:54 -07:00
onnxruntime_python.cmake Liqun/e2e transformer test (#3540) 2020-04-30 12:26:38 -07:00
onnxruntime_session.cmake Add adapter session tests (#3522) 2020-04-24 14:39:54 -07:00
onnxruntime_training.cmake Put safeint_interface include directory into onnxruntime_common interface include directories to simplify usage by other targets. (#3546) 2020-04-16 10:34:32 -07:00
onnxruntime_training_e2e_tests.cmake MaxBatchSize E2E Test (#3454) 2020-04-15 09:50:44 +08:00
onnxruntime_unittests.cmake Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
onnxruntime_util.cmake QLinearMatMul speed up (#3283) 2020-03-21 15:37:25 -07:00
precompiled_header.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
protobuf_function.cmake
set_winapi_family_desktop.h Fix WCOS/Win32 linking bugs (#3126) 2020-03-19 08:52:40 -07:00
wcos_toolchain.cmake Fix WCOS/Win32 linking bugs (#3126) 2020-03-19 08:52:40 -07:00
wil.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml.cmake Fix build warnings and address PR comment 2020-04-27 13:21:45 -07:00
winml_cppwinrt.cmake Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
winml_sdk_helpers.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml_unittests.cmake Add tests for WinRT Projection Raw ABI consumption (#3718) 2020-05-02 00:33:17 -07:00