|
kokkos-execution 0.0.1
|
This is the default implementation. More...
#include <dependency.hpp>
Public Member Functions | |
| Dependency (const ExecTo &, const ExecFrom &exec_from) | |
This is the default implementation.
Create a dependency between operations enqueud into one execution space instance exec_from (from any thread) with those that will be enqueud into another execution space instance exec_to.
The dependency results in the same semantic guarantees as a Kokkos fence, i.e. it guarantees both the ordering and the side effects visibility.
References:
Definition at line 31 of file dependency.hpp.
|
inline |
Definition at line 32 of file dependency.hpp.