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

Namespaces

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

Functions

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

Detailed Description

Specialization of Kokkos::Execution::Impl::Event for Kokkos::Experimental::HPX.

Definition in file event.hpp.