Skip to content

Commit

Permalink
Update containers/src/Kokkos_DynamicView.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 c821b75 commit 77051c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/src/Kokkos_DynamicView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ auto create_mirror_view_and_copy(
deep_copy(mirror, src);
return mirror;
}
#if defined(KOKKOS_COMPILER_NVCC)
#if defined(KOKKOS_COMPILER_NVCC) && KOKKOS_COMPILER_NVCC >= 1130
__builtin_unreachable();
#endif
}
Expand Down

0 comments on commit 77051c6

Please sign in to comment.