Skip to content

Commit dca7f49

Browse files
committed
cuda arch
1 parent bb21a51 commit dca7f49

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
# /home/runner/work/amrex/amrex/Src/Base/AMReX_GpuLaunchGlobal.H:16:41: error: unused parameter ‘f0’ [-Werror=unused-parameter]
216216
# 16 | AMREX_GPU_GLOBAL void launch_global (L f0) { f0(); }
217217
#
218-
make -j4 WARN_ALL=TRUE WARN_ERROR=TRUE XTRA_CXXFLAGS="-fno-operator-names -Wno-unused-parameter" CCACHE=ccache CUDA_ARCH="7.0 7.2"
218+
make -j4 WARN_ALL=TRUE WARN_ERROR=TRUE XTRA_CXXFLAGS="-fno-operator-names -Wno-unused-parameter" CCACHE=ccache CUDA_ARCH="8.0 9.0"
219219
make install
220220
221221
ccache -s

.github/workflows/dependencies/dependencies_clang_libc++.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Copyright 2020-2022 Axel Huebl
4+
#
5+
# License: BSD-3-Clause-LBNL
6+
7+
set -eu -o pipefail
8+
9+
sudo apt-get -qqq update
10+
sudo apt-get install -y \
11+
libunwind-15 \
12+
libunwind-15-dev \
13+
clang-15 \
14+
libc++-15-dev \
15+
libc++abi-15-dev \
16+
libc++1-15 \
17+
libc++abi1-15
18+
19+
.github/workflows/dependencies/dependencies_nvcc.sh 11.7

0 commit comments

Comments
 (0)