Skip to content

Commit

Permalink
#197: Update comment to reflect present state
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jun 1, 2022
1 parent a104bca commit f02e012
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/checkpoint/container/view_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ inline void serialize(

DEBUG_PRINT_CHECKPOINT(s, "label=%s: size=%zu\n", label.c_str(), view.size());

// The implementation of Kokkos DynamicView demands that it be
// accessible from HostSpace, so no mirroring and copying is
// necessary right now
// Kokkos::deep_copy between DynamicView instances is not yet implemented
#if 0
auto host_view = Kokkos::create_mirror_view(Kokkos::WithoutInitializing, view);
if (s.isPacking()) {
Expand Down

0 comments on commit f02e012

Please sign in to comment.