Skip to content

Commit

Permalink
CUDA/C++14
Browse files Browse the repository at this point in the history
C++17 builds with NVCC are currently (up to CUDA 11.2)
failing with an internal compiler transformation bug
in extended lambda support.
  • Loading branch information
ax3l committed Dec 19, 2020
1 parent f3fe5aa commit bd5e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
-DAMReX_FORTRAN=OFF `
-DAMReX_MPI=OFF `
-DAMReX_GPU_BACKEND=CUDA `
-DCMAKE_CXX_STANDARD=17 `
-DCMAKE_CUDA_STANDARD=17 `
-DCMAKE_CXX_STANDARD=14 `
-DCMAKE_CUDA_STANDARD=14 `
-DAMReX_CUDA_ARCH=6.0 `
-DCMAKE_CUDA_COMPILER="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.1/bin/nvcc.exe"
cmake --build build -j 2
Expand Down

0 comments on commit bd5e7cc

Please sign in to comment.