kokkos-execution 0.0.1
Loading...
Searching...
No Matches
dependency.hpp File Reference
#include "Kokkos_Core.hpp"
#include "kokkos-execution/impl/dispatch_label.hpp"
#include "kokkos-execution/impl/event.hpp"

Go to the source code of this file.

Classes

struct  Kokkos::Execution::Impl::HasExecWaitEvent< Exec >
struct  Kokkos::Execution::Impl::Dependency< ExecTo, ExecFrom >
 This is the default implementation. More...
struct  Kokkos::Execution::Impl::Dependency< Exec, Exec >

Namespaces

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

Concepts

concept  Kokkos::Execution::Impl::has_exec_wait_event
 Determine if the Kokkos backend can enqueue a wait for an event into an execution space instance.