|
|
template<MatcherFor< BeginParallelForEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelForTimerListener = BeginEndTimerListener<MatcherType, BeginParallelForEvent, Exec> |
|
template<MatcherFor< BeginParallelReduceEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelReduceTimerListener = BeginEndTimerListener<MatcherType, BeginParallelReduceEvent, Exec> |
| Timer listener for timing the execution of a parallel reduce that matches MatcherType .
|
|
template<MatcherFor< BeginParallelScanEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelScanTimerListener = BeginEndTimerListener<MatcherType, BeginParallelScanEvent, Exec> |
| Timer listener for timing the execution of a parallel scan that matches MatcherType .
|
|
template<MatcherFor< BeginDeepCopyEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::DeepCopyTimerListener = BeginEndTimerListener<MatcherType, BeginDeepCopyEvent, Exec> |
| Timer listener for timing the execution of a deep copy that matches MatcherType .
|
|
|
template<MatcherFor< BeginParallelForEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelForWithLaunchTimerListener = BeginEndTimerListener<MatcherType, BeginParallelForEvent, Exec, EnqueuedEventWithLaunchTimer<Exec>> |
|
template<MatcherFor< BeginParallelReduceEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelWithLaunchReduceTimerListener = BeginEndTimerListener<MatcherType, BeginParallelReduceEvent, Exec, EnqueuedEventWithLaunchTimer<Exec>> |
| Timer listener for timing the execution and the launch of a parallel reduce that matches MatcherType .
|
|
template<MatcherFor< BeginParallelScanEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::ParallelWithLaunchScanTimerListener = BeginEndTimerListener<MatcherType, BeginParallelScanEvent, Exec, EnqueuedEventWithLaunchTimer<Exec>> |
| Timer listener for timing the execution and the launch of a parallel scan that matches MatcherType .
|
|
template<MatcherFor< BeginDeepCopyEvent > MatcherType, Kokkos::utils::concepts::ExecutionSpace Exec> |
using | Kokkos::utils::callbacks::DeepCopyWithLaunchTimerListener = BeginEndTimerListener<MatcherType, BeginDeepCopyEvent, Exec, EnqueuedEventWithLaunchTimer<Exec>> |
| Timer listener for timing the execution and the launch of a deep copy that matches MatcherType .
|
|