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

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

#include <events.hpp>

Public Member Functions

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

Public Attributes

void * graph = nullptr
uint32_t dev_id = 0

Friends

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

Detailed Description

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

Definition at line 59 of file events.hpp.

Member Function Documentation

◆ operator<=>()

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

◆ operator<<

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

Definition at line 65 of file events.hpp.

Member Data Documentation

◆ dev_id

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

Definition at line 61 of file events.hpp.

◆ graph

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

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