|
kokkos-execution 0.0.1
|
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added.
More...
#include <events.hpp>
Public Member Functions | |
| constexpr auto | operator<=> (const GraphAddNodeEvent &) const =default |
Public Attributes | |
| void * | graph = nullptr |
| void * | predecessor = nullptr |
| void * | node = nullptr |
| uint32_t | dev_id = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const GraphAddNodeEvent &event) |
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added.
Store a label.
Store the dispatch tag.
Definition at line 33 of file events.hpp.
|
constexprdefault |
|
friend |
Definition at line 41 of file events.hpp.
| uint32_t Kokkos::Execution::GraphImpl::GraphAddNodeEvent::dev_id = 0 |
Definition at line 37 of file events.hpp.
| void* Kokkos::Execution::GraphImpl::GraphAddNodeEvent::graph = nullptr |
Definition at line 34 of file events.hpp.
| void* Kokkos::Execution::GraphImpl::GraphAddNodeEvent::node = nullptr |
Definition at line 36 of file events.hpp.
| void* Kokkos::Execution::GraphImpl::GraphAddNodeEvent::predecessor = nullptr |
Definition at line 35 of file events.hpp.