kokkos-utils 0.0.4
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::BeginParallelForEvent Struct Reference

#include <Events.hpp>

Public Member Functions

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

Public Attributes

std::string name {}
 
uint32_t dev_id = 0
 
EventTraits::event_id_t event_id = EventTraits::invalid_event_id
 

Detailed Description

Begin-parallel-for event associated with Kokkos::Tools::Experimental::EventSet::begin_parallel_for.

Definition at line 36 of file Events.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ dev_id

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

Definition at line 39 of file Events.hpp.

◆ event_id

EventTraits::event_id_t Kokkos::utils::callbacks::BeginParallelForEvent::event_id = EventTraits::invalid_event_id

Definition at line 40 of file Events.hpp.

◆ name

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

Definition at line 38 of file Events.hpp.


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