kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::EventQueueMatcher< Exec > Struct Template Reference

Match an event whose dev_id is the same as the one of exec. More...

#include <EventQueueMatcher.hpp>

Public Member Functions

template<EnqueuedEvent EventType>
bool operator() (const EventType &event) const
 

Public Attributes

Exec exec
 
uint32_t dev_id = Kokkos::Tools::Experimental::device_id(exec)
 

Detailed Description

template<Kokkos::utils::concepts::ExecutionSpace Exec>
struct Kokkos::utils::callbacks::EventQueueMatcher< Exec >

Match an event whose dev_id is the same as the one of exec.

Definition at line 12 of file EventQueueMatcher.hpp.

Member Function Documentation

◆ operator()()

template<EnqueuedEvent EventType>
bool Kokkos::utils::callbacks::EventQueueMatcher< Exec >::operator() ( const EventType & event) const
inline

Definition at line 15 of file EventQueueMatcher.hpp.

Member Data Documentation

◆ dev_id

uint32_t Kokkos::utils::callbacks::EventQueueMatcher< Exec >::dev_id = Kokkos::Tools::Experimental::device_id(exec)

Definition at line 20 of file EventQueueMatcher.hpp.

◆ exec


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