Skip to content

Commit

Permalink
C++17 for CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc committed Jul 26, 2024
1 parent 2c4db74 commit 84d484f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
- name: cuda
image: nvcc
compiler:
c: gcc-12
cxx: g++-12
c: gcc
cxx: g++
cmake_flags:
cxx_standard: 20
cxx_standard: 17
kokkos: -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE80=ON
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror"
- name: hip
Expand Down
2 changes: 0 additions & 2 deletions docker/nvcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN apt-get update && apt-get install -y \
git \
ccache \
libfftw3-dev \
gcc-12 \
g++-12 \
$ADDITIONAL_PACKAGES \
&& \
apt-get clean && \
Expand Down

0 comments on commit 84d484f

Please sign in to comment.