kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::BeginFenceEvent Struct Reference

Begin-fence event associated with Kokkos::Tools::Experimental::EventSet::begin_fence. More...

#include <Events.hpp>

Public Member Functions

bool operator== (const BeginFenceEvent &) const =default
 

Public Attributes

std::string name {}
 
uint32_t dev_id = 0
 
uint64_t event_id = 0
 

Detailed Description

Begin-fence event associated with Kokkos::Tools::Experimental::EventSet::begin_fence.

Definition at line 83 of file Events.hpp.

Member Function Documentation

◆ operator==()

bool Kokkos::utils::callbacks::BeginFenceEvent::operator== ( const BeginFenceEvent & ) const
default

Member Data Documentation

◆ dev_id

uint32_t Kokkos::utils::callbacks::BeginFenceEvent::dev_id = 0

Definition at line 86 of file Events.hpp.

◆ event_id

uint64_t Kokkos::utils::callbacks::BeginFenceEvent::event_id = 0

Definition at line 87 of file Events.hpp.

◆ name

std::string Kokkos::utils::callbacks::BeginFenceEvent::name {}

Definition at line 85 of file Events.hpp.


The documentation for this struct was generated from the following file: