forked from NVIDIA/thrust
-
Notifications
You must be signed in to change notification settings - Fork 0
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
b0c015a
commit e7c2738
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
19 files
+361 −300 | cub/agent/agent_reduce.cuh | |
+1 −1 | cub/block/specializations/block_reduce_warp_reductions.cuh | |
+7 −3 | cub/detail/type_traits.cuh | |
+88 −67 | cub/device/device_reduce.cuh | |
+90 −23 | cub/device/dispatch/dispatch_radix_sort.cuh | |
+1,215 −822 | cub/device/dispatch/dispatch_reduce.cuh | |
+225 −209 | cub/thread/thread_operators.cuh | |
+17 −10 | cub/thread/thread_reduce.cuh | |
+17 −0 | cub/util_device.cuh | |
+1 −1 | test/test_block_reduce.cu | |
+8 −8 | test/test_block_scan.cu | |
+6 −2 | test/test_device_radix_sort.cu | |
+177 −11 | test/test_device_reduce.cu | |
+1 −1 | test/test_device_reduce_by_key.cu | |
+4 −4 | test/test_device_scan.cu | |
+4 −4 | test/test_device_scan_by_key.cu | |
+259 −0 | test/test_thread_operators.cu | |
+3 −3 | test/test_warp_reduce.cu | |
+6 −6 | test/test_warp_scan.cu |