From c821b7512cee7e640fdce652639cd86f2d324b03 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Wed, 31 Jul 2024 17:38:27 -0600 Subject: [PATCH] Update containers/src/Kokkos_DynamicView.hpp Co-authored-by: Daniel Arndt --- containers/src/Kokkos_DynamicView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/src/Kokkos_DynamicView.hpp b/containers/src/Kokkos_DynamicView.hpp index f7bfea1df2a..d7a0b471ba6 100644 --- a/containers/src/Kokkos_DynamicView.hpp +++ b/containers/src/Kokkos_DynamicView.hpp @@ -716,7 +716,7 @@ inline auto create_mirror_view( return Kokkos::Impl::choose_create_mirror(src, arg_prop); } } -#if defined(KOKKOS_COMPILER_INTEL) || defined(KOKKOS_COMPILER_NVCC) +#if defined(KOKKOS_COMPILER_INTEL) || (defined(KOKKOS_COMPILER_NVCC) && KOKKOS_COMPILER_NVCC >= 1130) __builtin_unreachable(); #endif }