kokkos-execution
0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::supports_submitted_depend_on Concept Reference
#include <
submitted.hpp
>
Concept definition
template
<
typename
Rcvr,
typename
... Execs>
concept
Kokkos::Execution::Impl::supports_submitted_depend_on
=
supports_submitted<Rcvr>
&& (Kokkos::ExecutionSpace<Execs> && ...)
&&
sizeof
...(Execs) > 0
&&
requires
(Rcvr&& rcvr,
OptionalConstEventRef<Execs>
... deps) {
{ std::move(rcvr).submitted(deps...) }
noexcept
;
}
Kokkos::Execution::Impl::supports_submitted_depend_on
Definition
submitted.hpp:24
Kokkos::Execution::Impl::supports_submitted
Definition
submitted.hpp:14
Kokkos::Execution::Impl::OptionalConstEventRef
OptionalRef< const Event< Exec > > OptionalConstEventRef
Optionally stores a reference to a const Impl::Event.
Definition
event.hpp:178
Detailed Description
Definition at line
24
of file
submitted.hpp
.
Kokkos
Execution
Impl
supports_submitted_depend_on
Generated on
for kokkos-execution by
1.15.0