|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key &thread_key, storage_type &storage, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], storage_type &storage, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_FORCE_INLINE void | sort (Key &thread_key, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_FORCE_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key &thread_key, Value &thread_value, storage_type &storage, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], Value(&thread_values)[ItemsPerThread], storage_type &storage, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_FORCE_INLINE void | sort (Key &thread_key, Value &thread_value, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_FORCE_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], Value(&thread_values)[ItemsPerThread], BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key &thread_key, storage_type &storage, const unsigned int size, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], storage_type &storage, const unsigned int size, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key &thread_key, Value &thread_value, storage_type &storage, const unsigned int size, BinaryFunction compare_function) |
|
template<class BinaryFunction > |
ROCPRIM_DEVICE ROCPRIM_INLINE void | sort (Key(&thread_keys)[ItemsPerThread], Value(&thread_values)[ItemsPerThread], storage_type &storage, const unsigned int size, BinaryFunction compare_function) |
|