Skip to content

Commit d5d9dbd

Browse files
authored
reuse T4 on Linux GPU (#19879)
### Description ### Motivation and Context Linux GPU test on A10 isn't very stable
1 parent ed250b8 commit d5d9dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ stages:
150150
--enable_cuda_profiling --enable_cuda_nhwc_ops \
151151
--enable_pybind --build_java \
152152
--use_cache \
153-
--cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86; \
153+
--cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75; \
154154
ccache -sv; \
155155
ccache -z"
156156
workingDirectory: $(Build.SourcesDirectory)
@@ -183,7 +183,7 @@ stages:
183183
skipComponentGovernanceDetection: true
184184
workspace:
185185
clean: all
186-
pool: onnxruntime-Linux-GPU-A10
186+
pool: onnxruntime-Linux-GPU-T4
187187
steps:
188188
- checkout: self
189189
clean: true

0 commit comments

Comments
 (0)