Skip to content

Commit

Permalink
Move Linux GPU CI pipeline to A100
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 22, 2025
1 parent 58c29d3 commit e96c994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ stages:
--enable_cuda_profiling \
--enable_pybind --build_java \
--use_cache \
--cmake_extra_defines 'CMAKE_CUDA_ARCHITECTURES=75;86' ; \
--cmake_extra_defines 'CMAKE_CUDA_ARCHITECTURES=75;80' ; \
ccache -sv; \
ccache -z"
workingDirectory: $(Build.SourcesDirectory)
Expand Down Expand Up @@ -413,7 +413,7 @@ stages:
skipComponentGovernanceDetection: true
workspace:
clean: all
pool: Onnxruntime-Linux-A10-24G
pool: Onnxruntime-Linux-GPU-A100-WUS3
steps:

- checkout: self
Expand Down
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-A10-24G
pool: Onnxruntime-Linux-GPU-A100-WUS3
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=86"
"CMAKE_CUDA_ARCHITECTURES=80"
"onnxruntime_BUILD_UNIT_TESTS=ON"
"onnxruntime_ENABLE_CUDA_EP_INTERNAL_TESTS=ON")
if [ -x "$(command -v ninja)" ]; then
Expand Down

0 comments on commit e96c994

Please sign in to comment.