|
kokkos-execution 0.0.1
|
#include <dependency.hpp>
Public Member Functions | |
| Dependency (const Exec &exec_to, const Exec &exec_from) | |
| Dependency (const Exec &exec_to, const Exec &exec_from) | |
| The Dependency object owning the event must outlive the wait it anchors. | |
Public Attributes | |
| Event< Exec > | event {} |
Definition at line 39 of file dependency.hpp.
|
inline |
Definition at line 40 of file dependency.hpp.
References Kokkos::Execution::Impl::dispatch_label().
|
inline |
The Dependency object owning the event must outlive the wait it anchors.
Definition at line 54 of file dependency.hpp.
References Kokkos::Execution::Impl::record(), and Kokkos::Execution::Impl::wait().
| Event<Exec> Kokkos::Execution::Impl::Dependency< Exec, Exec >::event {} |
Definition at line 51 of file dependency.hpp.