kokkos-execution 0.0.1
Loading...
Searching...
No Matches
EventDiscardMatcher< Exec > Struct Template Reference

Matcher to filter out events that are just noise for tests. More...

#include <callback_matchers.hpp>

Public Member Functions

template<Kokkos::utils::callbacks::Event EventType>
constexpr bool operator() (const EventType &) const

Detailed Description

template<Kokkos::ExecutionSpace Exec>
struct EventDiscardMatcher< Exec >

Matcher to filter out events that are just noise for tests.

Definition at line 72 of file callback_matchers.hpp.

Member Function Documentation

◆ operator()()

template<Kokkos::ExecutionSpace Exec>
template<Kokkos::utils::callbacks::Event EventType>
bool EventDiscardMatcher< Exec >::operator() ( const EventType & ) const
inlineconstexpr

Definition at line 90 of file callback_matchers.hpp.


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