|
kokkos-execution 0.0.1
|
#include <format>#include "kokkos-execution/stdexec.hpp"#include "impl/Kokkos_Profiling.hpp"#include "kokkos-execution/execution_space/execution_space_fwd.hpp"#include "kokkos-execution/impl/attributes.hpp"#include "kokkos-execution/impl/completion_signatures.hpp"#include "kokkos-execution/impl/env.hpp"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... | |
This file provides the implementation of algorithms related to Kokkos::Profiling push/pop regions.
References:
Definition in file scoped_region.hpp.