kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::BeginDeepCopyEvent Struct Reference

Begin-deep-copy event associated with Kokkos::Tools::Experimental::EventSet::begin_deep_copy. More...

#include <Events.hpp>

Public Member Functions

bool operator== (const BeginDeepCopyEvent &) const =default
 

Public Attributes

AllocDescriptor dst {}
 
AllocDescriptor src {}
 

Detailed Description

Begin-deep-copy event associated with Kokkos::Tools::Experimental::EventSet::begin_deep_copy.

Definition at line 128 of file Events.hpp.

Member Function Documentation

◆ operator==()

bool Kokkos::utils::callbacks::BeginDeepCopyEvent::operator== ( const BeginDeepCopyEvent & ) const
default

Member Data Documentation

◆ dst

AllocDescriptor Kokkos::utils::callbacks::BeginDeepCopyEvent::dst {}

Definition at line 130 of file Events.hpp.

◆ src

AllocDescriptor Kokkos::utils::callbacks::BeginDeepCopyEvent::src {}

Definition at line 131 of file Events.hpp.


The documentation for this struct was generated from the following file: