Skip to content

Commit

Permalink
Update core/src/Kokkos_CopyViews.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 1fc2a0a commit 67dd994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Kokkos_CopyViews.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3619,7 +3619,7 @@ inline auto choose_create_mirror(
}
}

#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 67dd994

Please sign in to comment.