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
4456a09
commit ca58d81
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
6 files
+24 −13 | cub/agent/agent_scan_by_key.cuh | |
+1,947 −818 | cub/device/device_scan.cuh | |
+8 −2 | cub/device/dispatch/dispatch_scan.cuh | |
+34 −8 | cub/device/dispatch/dispatch_scan_by_key.cuh | |
+431 −240 | test/test_device_scan.cu | |
+180 −67 | test/test_device_scan_by_key.cu |