CUDASort.h File Reference
High-level CUDA sorting functions (wrapping CUB, Thrust, etc).
More...
#include "ProfileHooks.h"
Go to the source code of this file.
Functions
template<typename KeyT, typename ValT> int
dev_radix_sort_by_key (KeyT *keys_d, ValT *vals_d, long nitems, KeyT *keyswork_d, ValT *valswork_d, void *sortwork_d, long tsz, KeyT min_key, KeyT max_key)
Detailed Description
High-level CUDA sorting functions (wrapping CUB, Thrust, etc).
Definition in file CUDASort.h.
Function Documentation
template<typename KeyT, typename ValT>
int dev_radix_sort_by_key
(
KeyT *
keys_d,
ValT *
vals_d,
long
nitems,
KeyT *
keyswork_d,
ValT *
valswork_d,
void *
sortwork_d,
long
tsz,
KeyT
min_key,
KeyT
max_key
)
template<typename KeyT, typename ValT>
long dev_radix_sort_by_key_tmpsz
(
KeyT *
keys_d,
ValT *
vals_d,
long
nitems
)
Generated on Tue Nov 18 02:48:30 2025 for VMD (current) by
doxygen1.2.14 written by Dimitri van Heesch,
© 1997-2002