-
Notifications
You must be signed in to change notification settings - Fork 0
Sort
template< class DstViewType , class SrcViewType > struct copy_functor { }
template< class DstViewType, class PermuteViewType, class SrcViewType> struct copy_permute_functor { }
class BinSort {
-
template< class DstViewType , class SrcViewType > struct copy_functor { }
-
template< class DstViewType, class PermuteViewType, class SrcViewType > struct copy_permute_functor { }
-
template void sort( ValuesViewType const & values, int values_range_begin, int values_range_end) const { }
-
template void sort( ValuesViewType const & values ) const { }
}
template struct BinOp1D { }
template struct BinOp3D { }
template void sort( ViewType const & view , bool const always_use_kokkos_sort = false) { }
template void sort( ViewType view, size_t const begin, size_t const end ) { }
Home:
- Introduction
- Machine Model
- Programming Model
- Compiling
- Initialization
- View
- Parallel Dispatch
- Hierarchical Parallelism
- Custom Reductions
- Atomic Operations
- Subviews
- Interoperability
- Kokkos and Virtual Functions
- Initialization and Finalization
- View
- Data Parallelism
- Execution Policies
- Spaces
- Task Parallelism
- Utilities
- STL Compatibility
- Numerics
- Detection Idiom