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.
Merge pull request #1972 from senior-zero/bump_cub
Bump CUB
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
13 files
+3 −1 | benchmarks/bench/run_length_encode/encode.cu | |
+1 −0 | cub/cmake/cub-header-search.cmake.in | |
+34 −24 | cub/device/device_run_length_encode.cuh | |
+4 −34 | cub/device/dispatch/dispatch_rle.cuh | |
+392 −0 | cub/device/dispatch/tuning/tuning_run_length_encode.cuh | |
+4 −4 | cub/warp/warp_exchange.cuh | |
+385 −437 | cub/warp/warp_load.cuh | |
+92 −105 | cub/warp/warp_merge_sort.cuh | |
+618 −567 | cub/warp/warp_reduce.cuh | |
+995 −884 | cub/warp/warp_scan.cuh | |
+315 −328 | cub/warp/warp_store.cuh | |
+1 −0 | docs/index.rst | |
+1 −0 | docs/repo.toml |