Skip to content

Commit

Permalink
reuse T4 on Linux GPU (#19879)
Browse files Browse the repository at this point in the history
### Description

### Motivation and Context
Linux GPU test on A10 isn't very stable
  • Loading branch information
mszhanyi committed Mar 13, 2024
1 parent ed250b8 commit d5d9dbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5d9dbd

Please sign in to comment.