From d5d9dbd51daf92e2535b190c27409c0e30640e6f Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 14 Mar 2024 01:41:36 +0800 Subject: [PATCH] reuse T4 on Linux GPU (#19879) ### Description ### Motivation and Context Linux GPU test on A10 isn't very stable --- .../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 78ee0e1a318e4..b7232e9dc4ba1 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 @@ -150,7 +150,7 @@ stages: --enable_cuda_profiling --enable_cuda_nhwc_ops \ --enable_pybind --build_java \ --use_cache \ - --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86; \ + --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75; \ ccache -sv; \ ccache -z" workingDirectory: $(Build.SourcesDirectory) @@ -183,7 +183,7 @@ stages: skipComponentGovernanceDetection: true workspace: clean: all - pool: onnxruntime-Linux-GPU-A10 + pool: onnxruntime-Linux-GPU-T4 steps: - checkout: self clean: true