|
kokkos-execution 0.0.1
|
Determine if the Kokkos backend has non-blocking dispatch.
More...
#include <event.hpp>
Determine if the Kokkos backend has non-blocking dispatch.
A backend is said to have non-blocking dispatch if a dispatch (e.g. Kokkos::parallel_for) is potentially asynchronous, i.e., may return to the caller before the dispatched work completes.