We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61874d7 commit 1db9a5aCopy full SHA for 1db9a5a
components/eamxx/src/share/field/field_impl.hpp
@@ -224,7 +224,8 @@ get_strided_view_type<DT, HD> {
224
225
template<typename ST, HostOrDevice From, HostOrDevice To>
226
void Field::sync_views_impl () const {
227
- // All deep_copy call we want to be async for host.
+ // For all Kokkos::deep_copy() calls we will pass in an instance of the
228
+ // device execution space so that we are asynchronous w.r.t. host.
229
using DeviceExecSpace = typename Field::get_device<Device>::execution_space;
230
231
// Rank 0 will always be contiguous. Copy and return early.
0 commit comments