Skip to content

Commit

Permalink
Update containers/src/Kokkos_OffsetView.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
ndellingwood and masterleinad authored Jul 31, 2024
1 parent 67dd994 commit 22840e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/src/Kokkos_OffsetView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ inline auto create_mirror(const Kokkos::Experimental::OffsetView<T, P...>& src,
return typename Kokkos::Experimental::OffsetView<T, P...>::HostMirror(
Kokkos::create_mirror(arg_prop, src.view()), src.begins());
}
#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
}
Expand Down

0 comments on commit 22840e9

Please sign in to comment.