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

Event to be sent to Kokkos::utils::callbacks::dispatch when calling wait. More...

#include <event.hpp>

Public Member Functions

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

Public Attributes

uint32_t dev_id = 0
uint64_t event_id = 0

Friends

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

Detailed Description

Event to be sent to Kokkos::utils::callbacks::dispatch when calling wait.

Definition at line 73 of file event.hpp.

Member Function Documentation

◆ operator<=>()

auto Kokkos::Execution::Impl::WaitEvent::operator<=> ( const WaitEvent & ) const
constexprdefault

◆ operator<<

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

Definition at line 79 of file event.hpp.

Member Data Documentation

◆ dev_id

uint32_t Kokkos::Execution::Impl::WaitEvent::dev_id = 0

Definition at line 74 of file event.hpp.

◆ event_id

uint64_t Kokkos::Execution::Impl::WaitEvent::event_id = 0

Definition at line 75 of file event.hpp.


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