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
Edward Chen
6d642a3dba
Replace direct pulls from image cache container registry with get_docker_image.py, build definition clean up. ( #5906 )
2020-12-01 19:10:23 -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
Changming Sun
85f945a875
Regenerate CI build docker images ( #5850 )
2020-11-18 14:36:59 -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
Changming Sun
a0a435abc6
Add sympy==1.1.1 to Linux docker image ( #5177 )
2020-09-15 16:08:49 -07:00
Changming Sun
c5efb0085d
Update Linux GPU build pipelines to CUDA 10.2 ( #5120 )
...
* Update Linux GPU build pipelines to CUDA 10.2
2020-09-10 17:40:51 -07:00
Changming Sun
c37fa7c278
Delete Dockerfile.centos6_gpu ( #4851 )
2020-08-28 09:56:52 -07:00
Hector Li
640f71c91b
Enable Gpu multi-device test for CUDA EP and Trt EP
...
Enable multi-device test for GPU
* Add build pipeline for TensorRT multi-GPU test
* Add code to disable fp16 test if hardware architecture not supported
* Add option to set the device id in onnx_test_runner for model tests
2019-10-14 11:16:34 -07:00