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