kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::SubmittedPolicy Struct Reference

#include <completion_signal.hpp>

Classes

struct  OrderOnExec
struct  DependOnEvent

Detailed Description

Under a submitted policy, an intermediate completion is propagated, signaling to the receiver that the operation has been submitted to the execution space instance, but has not necessarily completed yet:

  • OrderOnExec informs that the operation was submitted on the underlying execution space instance
  • DependOnEvent provides an event recorded on the underlying execution space instance after submission

Definition at line 165 of file completion_signal.hpp.


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