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) |
Match an event whose dev_id
is the same as the one of exec.
Definition at line 12 of file EventQueueMatcher.hpp.
|
inline |
Definition at line 15 of file EventQueueMatcher.hpp.
uint32_t Kokkos::utils::callbacks::EventQueueMatcher< Exec >::dev_id = Kokkos::Tools::Experimental::device_id(exec) |
Definition at line 20 of file EventQueueMatcher.hpp.
Exec Kokkos::utils::callbacks::EventQueueMatcher< Exec >::exec |
Definition at line 19 of file EventQueueMatcher.hpp.