We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed250b8 commit d5d9dbdCopy full SHA for d5d9dbd
tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml
@@ -150,7 +150,7 @@ stages:
150
--enable_cuda_profiling --enable_cuda_nhwc_ops \
151
--enable_pybind --build_java \
152
--use_cache \
153
- --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86; \
+ --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75; \
154
ccache -sv; \
155
ccache -z"
156
workingDirectory: $(Build.SourcesDirectory)
@@ -183,7 +183,7 @@ stages:
183
skipComponentGovernanceDetection: true
184
workspace:
185
clean: all
186
- pool: onnxruntime-Linux-GPU-A10
+ pool: onnxruntime-Linux-GPU-T4
187
steps:
188
- checkout: self
189
clean: true
0 commit comments