kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy > Struct Template Reference

#include <parallel_for.hpp>

Public Types

using label_t = Label
using functor_t = Functor
using policy_t = ExecPolicy

Public Attributes

label_t label
functor_t functor
policy_t policy

Detailed Description

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
struct Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >

Definition at line 54 of file parallel_for.hpp.

Member Typedef Documentation

◆ functor_t

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
using Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::functor_t = Functor

Definition at line 56 of file parallel_for.hpp.

◆ label_t

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
using Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::label_t = Label

Definition at line 55 of file parallel_for.hpp.

◆ policy_t

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
using Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::policy_t = ExecPolicy

Definition at line 57 of file parallel_for.hpp.

Member Data Documentation

◆ functor

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
functor_t Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::functor

Definition at line 60 of file parallel_for.hpp.

◆ label

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
label_t Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::label

Definition at line 59 of file parallel_for.hpp.

◆ policy

template<typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy>
policy_t Kokkos::Execution::Impl::ParallelForData< Label, Functor, ExecPolicy >::policy

Definition at line 61 of file parallel_for.hpp.


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