|
template<typename Type , typename ExecutionSpace > |
INLINE_FUNCTION_H uint32 | count (const Type *first, uint32 numElems, const Type &val) |
|
template<typename Type , typename ExecutionSpace > |
INLINE_FUNCTION_H void | fillSequence (Type *first, uint32 numElems, const Type &firstVal) |
|
template<typename Type , typename indexType , typename ExecutionSpace > |
INLINE_FUNCTION_H void | fillSelected (Type *first, const indexType *indices, const uint32 numElems, const Type val) |
|
template<typename Type , typename indexType , typename ExecutionSpace > |
INLINE_FUNCTION_H void | fillSelected (Type *first, const indexType *indices, const Type *vals, const uint32 numElems) |
|
template<typename Type , typename ExecutionSpace > |
INLINE_FUNCTION_H Type | max (const Type *first, uint32 numElems) |
|
template<typename Type , typename ExecutionSpace > |
INLINE_FUNCTION_H Type | min (const Type *first, int32 numElems) |
|
template<typename Type , typename ExecutionSpace > |
void | exclusiveScan (Type *first, Type *dFirst, uint32 numElems) |
|
template<typename Type , typename ExecutionSpace > |
void | inclusiveScan (Type *first, Type *dFirst, uint32 numElems) |
|