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

Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created. More...

#include <events.hpp>

Public Member Functions

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

Public Attributes

void * graph = nullptr
uint32_t dev_id = 0
uint64_t event_id = 0

Friends

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

Detailed Description

Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created.

Definition at line 14 of file events.hpp.

Member Function Documentation

◆ operator<=>()

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

◆ operator<<

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

Definition at line 21 of file events.hpp.

Member Data Documentation

◆ dev_id

uint32_t Kokkos::Execution::GraphImpl::GraphCreateEvent::dev_id = 0

Definition at line 16 of file events.hpp.

◆ event_id

uint64_t Kokkos::Execution::GraphImpl::GraphCreateEvent::event_id = 0

Definition at line 17 of file events.hpp.

◆ graph

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

Definition at line 15 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