Changming Sun
38d90b0f15
Cleanup install_deps.sh ( #7734 )
2021-05-17 19:27:47 -07:00
ashbhandare
56e993a434
Bump to rel-1.9.1 ( #7684 )
2021-05-13 18:41:28 -07:00
Changming Sun
a284eede64
Fix Linux CPU pipeline ( #7584 )
2021-05-05 13:26:10 -07:00
Ashwini Khade
75e054cd33
pick onnx release candidate ( #7177 )
...
* pick onnx release candidate
* fix typo
* filter batchnorm tests
* add implementation for reshape 14
* add identity op kernel for opset 14
* fix typo
* update onnx commit
* update commit to latest master
* add hashes for new kernel registrations and update 1
* TEST commit
* update onnx back to right commit
* Update onnx to latest in rel-1.9.0
* temp fix
* remove nonzeroshapesetter transformer
* pick rel branch latest commit
* fix build failures
* fix build failures
* fix build failures
* update the commit to latest in release branch
* add test filters for not impemented op14 ops in c# tests
* plus review comments
2021-04-22 23:57:09 -07:00
Guoyu Wang
fce67e2b9b
Create Android Package pipeline ( #7295 )
...
* Create Android Package pipeline
* adress CR comments
* Switch to jdk11
2021-04-12 17:56:25 -07:00
Ashwini Khade
b22e60bd44
pull onnx latest commit ( #7102 )
...
* update onnx commit
* fix test scripts to remove deprecated call
* update filters
* add registration for relu and cumsum ver 14
* add promote trilu to onnx domain
* update onnx-tensorrt submodule
* update flag
* update flag
* update dependencies
* fix android ci failure
2021-03-29 11:00:38 -07:00
Thiago Crepaldi
867804bea1
Add auto doc gen for ORTModule API during CI build ( #7046 )
...
In addition to ORTModule auto documentation during packaging, this PR also update golden numbers to fix CI
2021-03-22 10:20:33 -07:00
Changming Sun
b5bd14fc9f
Update GPU packaging pipelines to cuda11 and fix the other build break issues ( #6585 )
...
Update gpu packaging pipelines to CUDA11
In the next release we will use CUDA 11. And our CUDA 11 build suddenly became broken because recently CentOS 7 posted an update of glibc. The version of glibc was changed from 2.17-317.el7 to 2.17-322.el7_9. But the newer one isn't compatible with CUDA 11. We have to downgrade it.
2021-02-05 16:58:37 -08:00
Chun-Wei Chen
f2ce3aae13
add set_model_dir and update ONNX ( #6119 )
2021-02-05 09:30:49 -08:00
Scott McKay
c84bb9df9f
Add ability to track per operator types in reduced build config. ( #6428 )
...
* Add ability to generate configuration that includes required types for individual operators, to allow build size reduction based on that.
- Add python bindings for ORT format models
- Add script to update bindings and help info
- Add parsing of ORT format models
- Add ability to enable type reduction to config generation
- Update build.py to only allow operator/type reduction via config
- simpler to require config to be generated first
- can't mix a type aware (ORT format model only) and non-type aware config as that may result in insufficient types being enabled
- Add script to create reduced build config
- Update CIs
2021-01-29 07:59:51 +10:00
Hariharan Seshadri
d7bdd96425
Refine auto_pad based pad computation in ConvTranspose ( #6305 )
2021-01-19 19:01:49 -08:00
Ashwini Khade
0ed56d491a
fix opset imports for function body ( #6287 )
...
* fix function opsets
* add tests and update onnx
* changes per review comments
* add comments
* plus updates
* build fix
2021-01-12 13:44:36 -08:00
Chun-Wei Chen
84024bdfa9
Enable ONNX backend test of SequenceProto input/output ( #6043 )
...
* assert sequence tensor and remove skips
* update testdata json
* use ONNX 1.8 in cgmanifest.json
* use previous commit to workaround
* update ONNX commit ID in docker
* skip test_maxpool_2d_dilations test for now
* update function name
2021-01-11 11:30: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
Changming Sun
79350a642a
Update install_deps.sh: remove the unnecessary data generating step ( #5758 )
...
We install onnx python package from this script, so python tests can run the tests for the latest commit which we are importing.
2020-11-10 22:19:03 -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
17f1178c2e
Downgrade GCC ( #5269 )
...
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2020-09-24 21:14:54 -07:00