|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "Kokkos_Core.hpp"#include "kokkos-execution/execution_space/bulk.hpp"#include "kokkos-execution/execution_space/continues_on.hpp"#include "kokkos-execution/execution_space/domain.hpp"#include "kokkos-execution/execution_space/get_exec.hpp"#include "kokkos-execution/execution_space/parallel_for.hpp"#include "kokkos-execution/execution_space/schedule_from.hpp"#include "kokkos-execution/execution_space/scoped_region.hpp"#include "kokkos-execution/execution_space/sync_wait.hpp"#include "kokkos-execution/execution_space/then.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::ExecutionSpaceImpl::State< Exec > |
| struct | Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec > |
Scheduler for a Kokkos execution space. More... | |
| struct | Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::OpState< Rcvr > |
| struct | Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::Sender |
| struct | Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::Sender::Attributes |
| See https://github.com/NVIDIA/stdexec/blob/5076be2b35de2e78330201b888d82c81b8cb428b/include/nvexec/stream_context.cuh#L110. More... | |
| struct | Kokkos::Execution::ExecutionSpaceContext< Exec > |
Execution context using a Kokkos execution space under the hood. More... | |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::ExecutionSpaceImpl |