Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2237: Update nvidia-12 build to use CUDA 12.2 #2248

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/azure/azure-nvidia-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

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

trigger:
branches:
@@ -27,7 +27,7 @@ variables:
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: 12.1.0
COMPILER: 12.2.0
HOST_COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
6 changes: 3 additions & 3 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
@@ -61,10 +61,10 @@ 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-12-1-gcc-9]
test_configuration = "nvidia cuda 12.1.0, gcc-9, ubuntu, mpich"
[PR-tests-nvcc-12-2-gcc-9]
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich"
compiler_type = nvidia
compiler = 12.1.0
compiler = 12.2.0
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-12-cache