Dmitri Smirnov
6b73bae035
Java: add Semmle to Java publishing pipelines ( #6326 )
...
Add Semmle to Java API pipeline
Add security results publishing and add Java GPU.
2021-01-12 15:12:13 -08:00
Changming Sun
c43ca45c4f
Force reinstall onnx python package on Windows ( #6309 )
2021-01-11 22:12:56 -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
Dmitri Smirnov
89742411ec
Insert telemetry template into GPU build, add telemry build switches. ( #5278 )
2020-09-24 17:13:09 -07:00
Changming Sun
a0a435abc6
Add sympy==1.1.1 to Linux docker image ( #5177 )
2020-09-15 16:08:49 -07:00
RandySheriffH
1dde215d96
promote cuda version on packacking pipelines ( #5154 )
...
* promote cuda version on packacking pipelines
* fix cudnn version in py packaing template
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2020-09-14 21:09:09 -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
Dmitri Smirnov
ac4997665a
Make Java Publishing and Java GPU pipelines to run nightly ( #4749 )
...
Schedule Java daily
Bump up iInux GPU build timeout
2020-08-10 17:38:45 -07:00
Changming Sun
01ca6392cb
Avoid building ONNX of every history ONNX versions in our CI ( #4678 )
...
1. Avoid building ONNX of every history ONNX versions in our CI, it is costly and easy to fail.
2. Run docker command without sudo. Previously the user is not in docker group, now Azure DevOps Service have added it in.
2020-08-03 10:18:10 -07:00
Changming Sun
3bb6a865cc
Revert "remove openmp and scipy from build pipelines ( #4305 )"
2020-07-02 00:30:02 -07:00
Tiago Koji Castro Shibata
7fea332f93
Support builds without RTTI ( #4333 )
...
* Support builds without RTTI
* Disable RTTI in all builds
2020-07-01 13:05:35 -07:00
Dmitri Smirnov
a08805daf9
Fix a minor typon in POM file name ( #4250 )
...
Co-authored-by: Changming Sun <chasun@microsoft.com>
2020-06-25 11:15:14 -07:00
Changming Sun
deea945f80
Remove openmp and scipy from build pipelines ( #4305 )
...
1. Remove openmp because the default thread pool is already good enough.
2. Remove scipy from build pipelines because it stops support python 3.5.
2020-06-23 20:18:16 -07:00
Dmitri Smirnov
af0750ba1b
Java GPu artifact naming ( #4179 )
...
Modify gradle build so artifactID has _gpu for GPU builds.
Pass USE_CUDA flag on CUDA build
Adjust publishing pipelines to extract POM from a correct path.
Co-Authored-By: @Craigacp
2020-06-10 11:15:48 -07:00
Dmitri Smirnov
afca0d15ee
Create Java publishing pipeline ( #3944 )
...
Create CPU and GPu Java publishing pipelines. Final jars are tested on all platforms. However, signing and publishing to maven are manual steps.
2020-06-01 18:18:57 -07:00