|
| template<typename T , typename F > |
| int | amrex::Partition (T *data, int beg, int end, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |
| template<typename T , typename F > |
| int | amrex::Partition (T *data, int n, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |
| template<typename T , typename F > |
| int | amrex::Partition (Gpu::DeviceVector< T > &v, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |
| template<typename T , typename F > |
| int | amrex::StablePartition (T *data, int beg, int end, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |
| template<typename T , typename F > |
| int | amrex::StablePartition (T *data, int n, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |
| template<typename T , typename F > |
| int | amrex::StablePartition (Gpu::DeviceVector< T > &v, F &&f) |
| | A GPU-capable partition function for contiguous data.
|
| |