forked from NVIDIA/thrust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not merge; Testing NVIDIA/cub#340
- Loading branch information
1 parent
015ca7a
commit c1c079d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
5 files
+33 −12 | cub/agent/agent_radix_sort_histogram.cuh | |
+15 −14 | cub/agent/agent_radix_sort_onesweep.cuh | |
+69 −35 | cub/device/device_radix_sort.cuh | |
+38 −28 | cub/device/dispatch/dispatch_radix_sort.cuh | |
+188 −138 | test/test_device_radix_sort.cu |