kokkos-execution 0.0.1
Loading...
Searching...
No Matches
event.hpp File Reference
#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)

Detailed Description

Specialization of Kokkos::Execution::Impl::Event for Kokkos::Cuda.

Definition in file event.hpp.