|
kokkos-execution 0.0.1
|
#include "Kokkos_Core.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::Impl::HasNonBlockingDispatch< Kokkos::Cuda > |
| struct | Kokkos::Execution::Impl::Event< Kokkos::Cuda > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
Functions | |
| template<Kokkos::ExecutionSpace... ExecFrom> requires (std::same_as<ExecFrom, Kokkos::Cuda> && ...) | |
| void | Kokkos::Execution::Impl::impl_wait (const Kokkos::Cuda &exec, const Event< ExecFrom > &... events) |
Specialization of Kokkos::Execution::Impl::Event for Kokkos::Cuda.
Definition in file event.hpp.