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 an event is recorded on an execution space instance. 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

Detailed Description

Event to be sent to Kokkos::utils::callbacks::dispatch when an event is recorded on an execution space instance.

Definition at line 46 of file event.hpp.

Member Function Documentation

◆ operator<=>()

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

Member Data Documentation

◆ dev_id

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

Definition at line 47 of file event.hpp.

◆ event_id

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

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