Actually, we dump all application views before the Kokkos kernel operation that we want to replay, using the group label in in the HDF5 files, and after the operation, using the group label out.
Compared to the in views, for which we need to dump all views because we do not know which ones a Kokkos kernel will use, we can be more selective for the out views.
Actually, we dump all application views before the Kokkos kernel operation that we want to replay, using the group label
inin the HDF5 files, and after the operation, using the group labelout.Compared to the
inviews, for which we need to dump all views because we do not know which ones a Kokkos kernel will use, we can be more selective for theoutviews.