Skip to content

Commit 9704efa

Browse files
qezlousbird
authored andcommitted
cub::DeviceRadixSor works with a hack:
- Code compiles and a test in tests/cuv_sort.cu outputs a correct answer HACK: combined Topkey, key into a single unit64_t. - This is to avoid using a struct with two uint32_t members. Which is not supported by cub::DeviceRadixSort::SortPairs. - TODO: use `thrust::sort_by_key` instead of `cub::DeviceRadixSort::SortPairs`
1 parent a550d88 commit 9704efa

File tree

2 files changed

+994
-0
lines changed

2 files changed

+994
-0
lines changed

0 commit comments

Comments
 (0)