Skip to content

Commit

Permalink
Merge pull request #2143 from DARMA-tasking/2142-update-cuda-110-pipe…
Browse files Browse the repository at this point in the history
…line-to-120

#2142: ci: upgrade CUDA workflow from 11.0 to 12.1.0
  • Loading branch information
lifflander authored May 2, 2023
2 parents d4f4501 + 00b7f0d commit 9f184fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (nvidia cuda 11.0, ubuntu, mpich)
name: PR tests (nvidia cuda 12.1.0, ubuntu, mpich)

trigger:
branches:
Expand All @@ -27,7 +27,7 @@ variables:
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: 11.0.3
COMPILER: 12.1.0
BUILD_TYPE: release
ULIMIT_CORE: 0
CODE_COVERAGE: 0
Expand Down Expand Up @@ -55,7 +55,7 @@ variables:
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-nvidia-11-cache
cache_name: ubuntu-nvidia-12-cache
build_root: "$(CACHE)/$(ARCH)-ubuntu-$(UBUNTU)-$(COMPILER)-cache/"
TS: 0
TS_YEAR: 0
Expand Down
10 changes: 5 additions & 5 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ cache_name = ubuntu-intel-oneapi-icpc-cache
output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
vt_extended_tests = 0

[PR-tests-nvcc-11-0]
test_configuration = "nvidia cuda 11.0, ubuntu, mpich"
[PR-tests-nvcc-12-1]
test_configuration = "nvidia cuda 12.1.0, ubuntu, mpich"
compiler_type = nvidia
compiler = 11.0.3
compiler = 12.1.0
distro = 20.04
cache_name = ubuntu-nvidia-11-cache
output_name = ci/azure/azure-nvidia-11-ubuntu-mpich.yml
cache_name = ubuntu-nvidia-12-cache
output_name = ci/azure/azure-nvidia-12-ubuntu-mpich.yml
vt_extended_tests = 0
job_name = build_optional
vt_diagnostics = 0
Expand Down

0 comments on commit 9f184fc

Please sign in to comment.