mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Move Linux GPU CI pipeline to T4 (#12996)
Move Linux GPU CI pipeline to T4
This commit is contained in:
parent
bee49dd112
commit
b2b4f703a5
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
--enable_onnx_tests --use_cuda --cuda_version=11.4 --cuda_home=/usr/local/cuda-11.4 --cudnn_home=/usr/local/cuda-11.4 \
|
||||
--enable_cuda_profiling \
|
||||
--enable_pybind --build_java \
|
||||
--cmake_extra_defines CMAKE_CUDA_HOST_COMPILER=/opt/rh/devtoolset-10/root/usr/bin/cc CMAKE_CUDA_ARCHITECTURES=70
|
||||
--cmake_extra_defines CMAKE_CUDA_HOST_COMPILER=/opt/rh/devtoolset-10/root/usr/bin/cc CMAKE_CUDA_ARCHITECTURES=75
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
|
||||
- task: CmdLine@2
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
skipComponentGovernanceDetection: true
|
||||
workspace:
|
||||
clean: all
|
||||
pool: Onnxruntime-Linux-GPU-NC6sv3
|
||||
pool: Onnxruntime-Linux-GPU-T4
|
||||
dependsOn:
|
||||
- Linux_Build
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue