Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions c/parallel/include/cccl/c/radix_sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ typedef struct cccl_device_radix_sort_build_result_t
CUkernel exclusive_sum_kernel;
CUkernel onesweep_kernel;
cccl_sort_order_t order;
void* runtime_policy;
} cccl_device_radix_sort_build_result_t;

CCCL_C_API CUresult cccl_device_radix_sort_build(
Expand Down
Loading