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#348.
- Loading branch information
1 parent
15856df
commit 7a2d1b7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
19 files
+21 −33 | cub/agent/agent_spmv_orig.cuh | |
+7 −0 | cub/block/block_discontinuity.cuh | |
+7 −0 | cub/block/block_exchange.cuh | |
+7 −0 | cub/block/block_histogram.cuh | |
+7 −0 | cub/block/block_load.cuh | |
+8 −1 | cub/block/block_merge_sort.cuh | |
+8 −0 | cub/block/block_radix_rank.cuh | |
+7 −0 | cub/block/block_radix_sort.cuh | |
+5 −0 | cub/block/block_reduce.cuh | |
+7 −0 | cub/block/block_scan.cuh | |
+7 −0 | cub/block/block_store.cuh | |
+11 −11 | cub/device/device_histogram.cuh | |
+6 −6 | cub/device/device_spmv.cuh | |
+16 −15 | cub/device/dispatch/dispatch_spmv_orig.cuh | |
+1 −1 | cub/iterator/tex_obj_input_iterator.cuh | |
+7 −7 | examples/block/example_block_reduce.cu | |
+255 −0 | examples/block/example_block_reduce_dyn_smem.cu | |
+0 −597 | test/test_device_spmv.cu | |
+3 −16 | test/test_util.h |