Skip to content

Commit

Permalink
Fix create_mirror_view (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix authored Jul 26, 2024
1 parent 2c4aae8 commit bfb055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddc/create_mirror.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ auto create_mirror_view(
template <class ElementType, class Support, class Layout, class MemorySpace>
auto create_mirror_view(ChunkSpan<ElementType, Support, Layout, MemorySpace> const& src)
{
create_mirror_view(Kokkos::HostSpace(), src);
return create_mirror_view(Kokkos::HostSpace(), src);
}

/// @param[in] space A Kokkos memory space or execution space.
Expand Down

0 comments on commit bfb055c

Please sign in to comment.