Skip to content

Commit 265b63c

Browse files
authored
Merge pull request #2248 from DARMA-tasking/2237-azure-cuda-pipelines
#2237: Update nvidia-12 build to use CUDA 12.2
2 parents 0b42e49 + 829f8d9 commit 265b63c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/azure/azure-nvidia-12-ubuntu-mpich.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (nvidia cuda 12.1.0, gcc-9, ubuntu, mpich)
5+
name: PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich)
66

77
trigger:
88
branches:
@@ -27,7 +27,7 @@ variables:
2727
ARCH: amd64
2828
UBUNTU: 20.04
2929
COMPILER_TYPE: nvidia
30-
COMPILER: 12.1.0
30+
COMPILER: 12.2.0
3131
HOST_COMPILER: gcc-9
3232
BUILD_TYPE: release
3333
ULIMIT_CORE: 0

scripts/workflows-azure.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ cache_name = ubuntu-intel-oneapi-icpc-cache
6161
output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
6262
vt_extended_tests = 0
6363

64-
[PR-tests-nvcc-12-1-gcc-9]
65-
test_configuration = "nvidia cuda 12.1.0, gcc-9, ubuntu, mpich"
64+
[PR-tests-nvcc-12-2-gcc-9]
65+
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich"
6666
compiler_type = nvidia
67-
compiler = 12.1.0
67+
compiler = 12.2.0
6868
host_compiler = gcc-9
6969
distro = 20.04
7070
cache_name = ubuntu-nvidia-12-cache

0 commit comments

Comments
 (0)