kokkos-utils
0.0.1
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::StoppableWithEvent Concept Reference
#include <
TimerListener.hpp
>
Concept definition
template
<
typename
TimerType,
typename
EventType>
concept
Kokkos::utils::callbacks::StoppableWithEvent
=
requires
(TimerType&
timer
,
const
EventType& event) {
{
timer
.stop(event) } -> std::same_as<void>;
}
Kokkos::utils::callbacks::StoppableWithEvent
Definition
TimerListener.hpp:26
Kokkos::utils::timer
Definition
Duration.hpp:7
Detailed Description
Definition at line
26
of file
TimerListener.hpp
.
Kokkos
utils
callbacks
StoppableWithEvent
Generated on Wed Jun 25 2025 05:46:48 for kokkos-utils by
1.13.2