onnxruntime/cmake/external
Scott McKay b5c2932ae8
Last major set of ORT format model changes (#5056)
* Add minimal build option to build.py
Group some of the build settings so binary size reduction options are all together
Make some cmake variable naming more consistent
Replace usage of std::hash with murmurhash3 for kernel. std::hash is implementation dependent so can't be used.
Add initial doco and ONNX to ORT model conversion script
Misc cleanups of minimal build breaks.
2020-09-05 07:59:01 +10:00
..
cub@c3cceac115 add dependency 'cub' as submodule (#1924) 2019-09-26 16:10:39 +08:00
cxxopts@3c73d91c0b Introduce training changes. 2020-03-11 14:39:03 -07:00
date@e7e1482087
eigen@d10b27fe37 Update eigen to the latest to support C++20 (#4817) 2020-08-17 10:19:48 -07:00
FeaturizersLibrary@fd5fe3de50 FeaturizersLibrary update and add variadic Input/Output to TimeSeriesImputer (#3674) 2020-04-24 08:53:00 -07:00
flatbuffers@db2aa9b4ec Namespace change on ort flatbuffers schema (#4886) 2020-08-21 17:43:11 -07:00
gemmlowp@42c53187a5
googletest@703bd9caab Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
horovod@680716940b Introduce training changes. 2020-03-11 14:39:03 -07:00
json@d98bf0278d Add provision in ORT for session options to be parsed when available via model file (#2449) 2019-12-03 16:56:07 -08:00
libprotobuf-mutator@7a2ed51a6b Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
mimalloc@2d54553b7a Use a custom allocator for temporary buffers in reduction_ops.cc (#2775) 2020-02-23 16:04:30 +10:00
nsync@436617053d Update nsync 2020-02-20 11:25:34 -08:00
onnx@c443abd2ac implement per-channel for quantizelinear and dequantizelinear (#4759) 2020-08-21 12:08:50 -07:00
onnx-tensorrt@088554a5fb Fix bugs in TensorRT (#4780) 2020-08-13 16:09:27 -07:00
protobuf@498de9f761 Upgrade protobuf to 3.11.3 2020-02-12 14:47:00 -08:00
re2@30cad26715
SafeInt Temporarily switch SafeInt to a fork for an option to disable exceptions (#5041) 2020-09-02 23:21:39 -07:00
tensorboard@373eb09e4c Introduce training changes. 2020-03-11 14:39:03 -07:00
tvm@eab844a872 update tvm submodule (#4284) 2020-06-19 14:51:18 -07:00
wil@e8c599bca6 Add DirectML Execution Provider (#2057) 2019-10-15 06:13:07 -07:00
dml.cmake Update 2020-08-27 21:01:19 -07:00
dnnl.cmake Refactor manylinux docker image and the related pipelines (#4751) 2020-08-17 09:40:31 -07:00
eigen.cmake apply eigen patch only for ACL. 2019-11-05 13:53:53 -08:00
featurizers.cmake Fix WCOS/Win32 linking bugs (#3126) 2020-03-19 08:52:40 -07:00
FindNumPy.cmake
jemalloc.cmake
mimalloc.cmake Use a custom allocator for temporary buffers in reduction_ops.cc (#2775) 2020-02-23 16:04:30 +10:00
ngraph.cmake Fixed compilation with ngraph (#2388) 2019-11-13 17:49:00 -08:00
onnx_minimal.cmake Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
openvino.cmake OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
pybind11.cmake CMake changes (#2961) 2020-02-03 19:33:14 -08:00
pyxir.cmake Initial release of Vitis-AI Execution Provider (#3771) 2020-05-19 05:32:32 -07:00
zlib.cmake