From b2b4f703a54ad17ca1e186cd92787912e95bf15d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 20 Sep 2022 20:21:32 -0700 Subject: [PATCH] Move Linux GPU CI pipeline to T4 (#12996) Move Linux GPU CI pipeline to T4 --- .../ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml index 82c90d372f..84c8767572 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml @@ -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: