From: Daniel Arndt Date: Thu, 9 Feb 2023 21:27:44 +0000 (+0000) Subject: Enable relaxed constexpr in Kokkos+CUDA CI X-Git-Tag: v9.5.0-rc1~537^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c2c6725983f39228759da4a5db7e25310d7ad8;p=dealii.git Enable relaxed constexpr in Kokkos+CUDA CI --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c4aea44c86..3cec3fd54a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -179,6 +179,7 @@ jobs: -D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/../kokkos-install \ -D Kokkos_ENABLE_CUDA=ON \ -D Kokkos_ENABLE_CUDA_LAMBDA=ON \ + -D Kokkos_ENABLE_CUDA_CONSTEXPR=ON \ -D Kokkos_ARCH_VOLTA70=ON \ .. make install