kokkos-execution 0.0.1
Loading...
Searching...
No Matches
scoped_region.hpp File Reference

Go to the source code of this file.

Classes

struct  Kokkos::Execution::ExecutionSpaceImpl::RegionReceiver< kind, Schd, Rcvr >
struct  Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >
struct  Kokkos::Execution::ExecutionSpaceImpl::Push
struct  Kokkos::Execution::ExecutionSpaceImpl::Pop
struct  Kokkos::Execution::ExecutionSpaceImpl::ScopedRegion
 Helper for Kokkos::Profiling::scoped_region. More...

Namespaces

namespace  Kokkos
namespace  Kokkos::Execution
namespace  Kokkos::Execution::ExecutionSpaceImpl
namespace  Kokkos::Execution::Profiling

Enumerations

enum class  Kokkos::Execution::ExecutionSpaceImpl::Kind : std::uint8_t { Kokkos::Execution::ExecutionSpaceImpl::PUSH , Kokkos::Execution::ExecutionSpaceImpl::POP }
 Kind of region action. More...

Variables

constexpr Kokkos::Execution::ExecutionSpaceImpl::Push Kokkos::Execution::Profiling::push {}
constexpr Kokkos::Execution::ExecutionSpaceImpl::Pop Kokkos::Execution::Profiling::pop {}
constexpr Kokkos::Execution::ExecutionSpaceImpl::ScopedRegion Kokkos::Execution::Profiling::scoped_region {}

Detailed Description

This file provides the implementation of algorithms related to Kokkos::Profiling push/pop regions.

References:

Definition in file scoped_region.hpp.