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#403.
- Loading branch information
1 parent
dacd139
commit 75c7908
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
27 files
+0 −3 | CMakeLists.txt | |
+0 −6 | CONTRIBUTING.md | |
+1 −0 | cub/block/block_histogram.cuh | |
+19 −0 | cub/iterator/tex_ref_input_iterator.cuh | |
+136 −62 | test/CMakeLists.txt | |
+20 −29 | test/test_block_histogram.cu | |
+16 −52 | test/test_block_load_store.cu | |
+24 −42 | test/test_block_radix_sort.cu | |
+0 −61 | test/test_block_radix_sort_160.cu | |
+0 −72 | test/test_block_radix_sort_32.cu | |
+0 −61 | test/test_block_radix_sort_64.cu | |
+32 −101 | test/test_block_reduce.cu | |
+3 −53 | test/test_block_scan.cu | |
+9 −176 | test/test_device_histogram.cu | |
+20 −7 | test/test_device_merge_sort.cu | |
+79 −203 | test/test_device_radix_sort.cu | |
+23 −187 | test/test_device_reduce.cu | |
+23 −163 | test/test_device_reduce_by_key.cu | |
+18 −135 | test/test_device_run_length_encode.cu | |
+81 −308 | test/test_device_scan.cu | |
+80 −324 | test/test_device_scan_by_key.cu | |
+16 −355 | test/test_device_select_if.cu | |
+17 −135 | test/test_device_select_unique.cu | |
+0 −178 | test/test_iterator.cu | |
+5 −5 | test/test_util.h | |
+5 −25 | test/test_warp_reduce.cu | |
+5 −28 | test/test_warp_scan.cu |