Skip to content

Commit

Permalink
Move Linux GPU CI pipeline to A10
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 1, 2025
1 parent 0b87bcc commit b9682a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ stages:
skipComponentGovernanceDetection: true
workspace:
clean: all
pool: onnxruntime-Linux-GPU-T4
pool: onnxruntime-Linux-GPU-A10
steps:
- checkout: self
clean: true
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_build/github/linux/build_cuda_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BUILD_ARGS=('--config'
"--enable_pybind"
"--build_java"
"--cmake_extra_defines"
"CMAKE_CUDA_ARCHITECTURES=75"
"CMAKE_CUDA_ARCHITECTURES=86"
"onnxruntime_BUILD_UNIT_TESTS=ON"
"onnxruntime_ENABLE_CUDA_EP_INTERNAL_TESTS=ON")
if [ -x "$(command -v ninja)" ]; then
Expand Down

0 comments on commit b9682a3

Please sign in to comment.