kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::GraphImpl::GraphAddAggregateNodeEvent Struct Reference

Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph aggregate node is added. More...

#include <events.hpp>

Public Member Functions

constexpr auto operator<=> (const GraphAddAggregateNodeEvent &) const =default

Public Attributes

void * graph = nullptr
std::vector< void * > predecessors {}
void * node = nullptr

Friends

std::ostream & operator<< (std::ostream &out, const GraphAddAggregateNodeEvent &event)

Detailed Description

Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph aggregate node is added.

Definition at line 50 of file events.hpp.

Member Function Documentation

◆ operator<=>()

auto Kokkos::Execution::GraphImpl::GraphAddAggregateNodeEvent::operator<=> ( const GraphAddAggregateNodeEvent & ) const
constexprdefault

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const GraphAddAggregateNodeEvent & event )
friend

Definition at line 57 of file events.hpp.

Member Data Documentation

◆ graph

void* Kokkos::Execution::GraphImpl::GraphAddAggregateNodeEvent::graph = nullptr

Definition at line 51 of file events.hpp.

◆ node

void* Kokkos::Execution::GraphImpl::GraphAddAggregateNodeEvent::node = nullptr

Definition at line 53 of file events.hpp.

◆ predecessors

std::vector<void*> Kokkos::Execution::GraphImpl::GraphAddAggregateNodeEvent::predecessors {}

Definition at line 52 of file events.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/graph/events.hpp