Kokkos Core Kernels Package Version of the Day
Loading...
Searching...
No Matches
List of all members
Kokkos::Impl::FunctorPolicyExecutionSpace< Functor, Policy > Struct Template Reference

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

#include <Kokkos_Parallel.hpp>

Detailed Description

template<class Functor, class Policy>
struct Kokkos::Impl::FunctorPolicyExecutionSpace< Functor, Policy >

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 65 of file Kokkos_Parallel.hpp.


The documentation for this struct was generated from the following files: