Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
Kokkos::Impl::FunctorPolicyExecutionSpace< Functor, Policy, EnableFunctor, EnablePolicy > Struct Template Reference

Given a Functor and Execution Policy query an execution space. More...

#include <Kokkos_Parallel.hpp>

List of all members.


Detailed Description

template<class Functor, class Policy, class EnableFunctor = void, class EnablePolicy = void>
struct Kokkos::Impl::FunctorPolicyExecutionSpace< Functor, Policy, EnableFunctor, EnablePolicy >

Given a Functor and Execution Policy query an execution space.

if the Policy has an execution space use that else if the Functor has a device_type use that else use the default

Definition at line 75 of file Kokkos_Parallel.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends