Kokkos Core Kernels Package
Version of the Day
|
Given a Functor and Execution Policy query an execution space. More...
#include <Kokkos_Parallel.hpp>
Given a Functor and Execution Policy query an execution space.
if the Policy has an execution space use that else if the Functor has an execution_space use that else if the Functor has a device_type use that for backward compatibility else use the default
Definition at line 298 of file Kokkos_Core_fwd.hpp.