mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
1. Remove some unused code and simplify tools/ci_build/github/linux/run_dockerbuild.sh. 2. Enable Nuget CUDA tests. The original design was we could leverage Directory.Build.props and let cmake generate the required properties(USE_CUDA/...) there. However, in nuget packaging pipeline we test the package on a different host that doesn't run cmake command and doesn't have the auto-generated Directory.Build.props file.
9 lines
355 B
YAML
9 lines
355 B
YAML
jobs:
|
|
- template: templates/linux-ci.yml
|
|
parameters:
|
|
AgentPool : 'Linux-Multi-GPU'
|
|
JobName: 'Linux_CI_Multi_GPU_TensorRT_Dev'
|
|
# The latest TensorRT container only supports ubuntu20.04 and python 3.8
|
|
RunDockerBuildArgs: '-o ubuntu20.04 -d tensorrt -x "--enable_multi_device_test"'
|
|
DoNugetPack: 'false'
|
|
ArtifactName: 'drop-linux'
|