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.
- Loading branch information
1 parent
fa54f2c
commit 7670a64
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
6 files
+58 −42 | cub/device/device_segmented_radix_sort.cuh | |
+96 −84 | cub/device/device_segmented_reduce.cuh | |
+14 −12 | cub/device/dispatch/dispatch_radix_sort.cuh | |
+37 −35 | cub/device/dispatch/dispatch_reduce.cuh | |
+178 −96 | test/test_device_radix_sort.cu | |
+162 −92 | test/test_device_reduce.cu |