Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos::RangePolicy< Properties > Member List

This is the complete list of members for Kokkos::RangePolicy< Properties >, including all inherited members.

chunk_size() const Kokkos::RangePolicy< Properties >inline
execution_policy typedefKokkos::RangePolicy< Properties >
RangePolicy(const IndexType1 work_begin, const IndexType2 work_end)Kokkos::RangePolicy< Properties >inline
RangePolicy(const typename traits::execution_space &work_space, const IndexType1 work_begin, const IndexType2 work_end)Kokkos::RangePolicy< Properties >inline
RangePolicy(const IndexType1 work_begin, const IndexType2 work_end, const ChunkSize chunk_size)Kokkos::RangePolicy< Properties >inline
set_chunk_size(int chunk_size)Kokkos::RangePolicy< Properties >inline