This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 757
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
8760d0c
commit 503806a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
13 files
+1 −0 | .gitignore | |
+6 −1 | CHANGELOG.md | |
+27 −306 | CONTRIBUTING.md | |
+12 −7 | README.md | |
+2 −2 | cub/device/device_histogram.cuh | |
+1 −1 | cub/device/device_scan.cuh | |
+58 −42 | cub/device/device_segmented_radix_sort.cuh | |
+101 −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 | |
+46 −2 | test/test_device_scan.cu |