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

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

#include <event.hpp>

Public Member Functions

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

Public Attributes

uint32_t dev_id = 0
uint64_t event_id = 0

Friends

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

Detailed Description

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

Definition at line 52 of file event.hpp.

Member Function Documentation

◆ operator<=>()

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

◆ operator<<

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

Definition at line 58 of file event.hpp.

Member Data Documentation

◆ dev_id

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

Definition at line 53 of file event.hpp.

◆ event_id

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

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