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.
- Loading branch information
1 parent
1865104
commit 20f1c6a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
12 files
+1 −1 | cmake/CubCudaConfig.cmake | |
+54 −17 | cub/block/block_radix_sort.cuh | |
+15 −20 | cub/block/block_shuffle.cuh | |
+4 −1 | cub/block/block_store.cuh | |
+131 −19 | cub/device/device_radix_sort.cuh | |
+3 −9 | cub/device/device_segmented_radix_sort.cuh | |
+6 −4 | cub/device/dispatch/dispatch_scan.cuh | |
+21 −0 | cub/util_type.cuh | |
+239 −0 | test/bfloat16.h | |
+369 −0 | test/test_block_shuffle.cu | |
+30 −6 | test/test_device_radix_sort.cu | |
+9 −0 | test/test_util.h |