Changming Sun
1685167e46
Update manylinux docker image to the latest ( #6242 )
2020-12-31 19:57:04 -08:00
Changming Sun
1b23b28706
Remove MKLML/openblas/jemalloc build config ( #6212 )
2020-12-30 17:18:19 -08:00
Tixxx
32c67c2944
Deprecating Horovod and refactored Adasum computations ( #5468 )
...
deprecated horovod submodule
refactored adasum logic to be ort-native
added tests for native kernel and e2e tests
2020-12-17 16:21:33 -08:00
Changming Sun
2d9dcc4576
Add python 3.9 support ( #5874 )
...
1. Add python 3.9 support(except Linux ARM)
2. Add Windows GPU python 3.8 to our packaging pipeline.
2020-11-30 12:02:48 -08:00
Ashwini Khade
705d093167
Update onnx ( #5720 )
...
* update onnx
* update docker image for testing
2020-11-24 11:20:15 -08:00
edgchen1
07bd4ef470
Upgrade optional implementation to https://github.com/martinmoene/optional-lite . ( #5563 )
2020-11-03 15:27:47 -08:00
Ashwini Khade
1cca903680
update onnx commit id ( #5594 )
...
* update onnx commit id
* update onnx commit for docker images
* update docker images
2020-11-02 09:46:36 -08:00
Ashwini Khade
df22611026
Update ONNX commit ( #5487 )
...
* update ONNX
* update onnx + register kernels for reduction ops
* bug fix kernel reg
* update cgmanifests
* revert unsqueeze op 13 registration
* filter ops which are not implemented yet
* filter some tests
* update onnx commit to include conv transpose bug fix
* update docker images
* undo not required test changes
* fix test failures
2020-10-21 07:22:20 -07:00
Changming Sun
1514509fd7
Update protobuf submodule url ( #5477 )
2020-10-14 02:35:38 -07:00
Guoyu Wang
deb708d3b1
Move flatbuffers to 1.12 release ( #5392 )
2020-10-07 09:23:03 -07:00
Scott McKay
e0719a1073
Revert to using release SafeInt repo now that it supports a build with exceptions disabled. ( #5233 )
2020-09-22 06:29:28 +10:00
gwang-msft
6081c1cfa2
Update ONNX to latest ( #5069 )
...
* Update ONNX to latest
* update onnxml.cs
* revert changes in proto and cs files
* add broken test
* update broken tests
* update broken tests
Co-authored-by: gwang0000 <62914304+gwang0000@users.noreply.github.com>
2020-09-05 00:49:09 -07:00
gwang-msft
fde7a2c848
Temporarily switch SafeInt to a fork for an option to disable exceptions ( #5041 )
...
* Removed submodule
* Add safeint fork
2020-09-02 23:21:39 -07:00
gwang-msft
82bc21e35e
Namespace change on ort flatbuffers schema ( #4886 )
...
* correct some errors in the flatbuffers schema, move flatbuffers submodule to cmake/external
* update the ort flatbuffers schema to use less namespace
* minor update
Co-authored-by: gwang0000 <62914304+gwang0000@users.noreply.github.com>
2020-08-21 17:43:11 -07:00
Yufeng Li
fb43aa0de0
implement per-channel for quantizelinear and dequantizelinear ( #4759 )
...
* update onnx to latest master
* implement per-channel for quantizelinear and dequantizelinear
* refine the unit test
* exclude sequence_insert tests
* refine onnx cmake
* add failure tests to broken_tests
* move qdq common code to a seperate function
* refine code
2020-08-21 12:08:50 -07:00
gwang-msft
d4d52056be
Flatbuffers schema for serialization of the onnxruntime::model/graph ( #4870 )
...
* add flatbuffers submodule
* test version of flat buffer schema
* test version of flat buffer schema
* minor updates
* add serialization of the value info, group defs in different namespace
* update comments
* update cgmanifest.json
* update namespace, changed typeinfovalue to use union, added root_type and file_identifier
* add new container type, add max_node_index to graph
* add serializing session state
* addressed review comments
* minor updates
Co-authored-by: gwang0000 <62914304+gwang0000@users.noreply.github.com>
2020-08-20 18:45:43 -07:00
Changming Sun
360e2ae11b
Update eigen to the latest to support C++20 ( #4817 )
2020-08-17 10:19:48 -07:00
gwang-msft
c2ec3b734b
[Android NNAPI EP] Remove dependency on external JD/DNNLibrary ( #4576 )
...
* remove dependency of external jd-dnnlibrary
* remove extra variables not used any more
* update /cgmanifest.json
2020-07-22 14:08:12 -07:00
edgchen1
0ca4f7eb30
Update Git submodule cgmanifests. ( #4461 )
2020-07-08 19:24:03 -07:00
edgchen1
999554cc53
CGManifest - add training entries and generate entries for submodules. ( #3933 )
...
Add cgmanifest.json entries for training dependencies.
Add script to generate git submodule cgmanifest.json entries.
2020-05-15 13:34:18 -07:00