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::HIP >
struct  Kokkos::Execution::Impl::Event< Kokkos::HIP >

Namespaces

namespace  Kokkos
namespace  Kokkos::Execution
namespace  Kokkos::Execution::Impl

Functions

template<Kokkos::ExecutionSpace... ExecFrom>
requires (std::same_as<ExecFrom, Kokkos::HIP> && ...)
void Kokkos::Execution::Impl::impl_wait (const Kokkos::HIP &exec, const Event< ExecFrom > &... events)

Detailed Description

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

Definition in file event.hpp.