Skip to content

Commit

Permalink
Merge removal of CUDA_ARCH variable from GPU-enabled jobs.
Browse files Browse the repository at this point in the history
These are all jobs running on amdci right now.
We can specify the CUDA architecture from environment variables of the gitlab-runner,
which makes the test runs a bit more flexible as well.

Related PR: #1361
  • Loading branch information
upsj authored Jul 6, 2023
2 parents 85f4768 + 80beea9 commit 64e9a4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ build/cuda92/nompi/gcc/all/release/shared:
BUILD_CUDA: "ON"
BUILD_HIP: "ON"
BUILD_TYPE: "Release"
CUDA_ARCH: 61

# cuda 10.1 and friends
# Build CUDA NVIDIA without omp
Expand Down Expand Up @@ -169,7 +168,6 @@ build/cuda101/nompi/clang/all/release/static:
# MPI_AS_ROOT: "ON"
# BUILD_HIP: "OFF"
# BUILD_TYPE: "Release"
# CUDA_ARCH: 61


#build/clang-cuda101/nompi/clang/cuda/debug/static:
Expand All @@ -187,7 +185,6 @@ build/cuda101/nompi/clang/all/release/static:
# BUILD_TYPE: "Debug"
# FAST_TESTS: "ON"
# BUILD_SHARED_LIBS: "OFF"
# CUDA_ARCH: 61


# cuda 10.2 and friends
Expand Down Expand Up @@ -358,7 +355,6 @@ build/cuda114/nompi/gcc/cuda/debug/shared:
CXX_FLAGS: "-Wno-error=maybe-uninitialized"
# disable spurious unused argument warning
EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
CUDA_ARCH: 61


# nvhpc and friends
Expand All @@ -381,7 +377,6 @@ build/nvhpc233/cuda120/nompi/nvcpp/release/static:
CXX_FLAGS: "--diag_suppress=useless_using_declaration,declared_but_not_referenced"
# disable spurious unused argument warning
EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
CUDA_ARCH: 61

build/nvhpc227/cuda117/nompi/nvcpp/debug/shared:
extends:
Expand All @@ -401,7 +396,6 @@ build/nvhpc227/cuda117/nompi/nvcpp/debug/shared:
CXX_FLAGS: "--diag_suppress=useless_using_declaration,declared_but_not_referenced"
# disable spurious unused argument warning
EXTRA_CMAKE_FLAGS: "-DCMAKE_CUDA_FLAGS=-diag-suppress=177"
CUDA_ARCH: 61

# ROCm 4.5 and friends
build/amd/nompi/gcc/rocm45/release/shared:
Expand Down

0 comments on commit 64e9a4b

Please sign in to comment.