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.
Use CUB version of adjacent difference
- Loading branch information
1 parent
ed84044
commit cc8e243
Showing
2 changed files
with
123 additions
and
366 deletions.
There are no files selected for viewing
Submodule cub
updated
9 files
+254 −0 | cub/agent/agent_adjacent_difference.cuh | |
+934 −174 | cub/block/block_adjacent_difference.cuh | |
+2 −0 | cub/cub.cuh | |
+54 −0 | cub/detail/type_traits.cuh | |
+1,055 −0 | cub/device/device_adjacent_difference.cuh | |
+358 −0 | cub/device/dispatch/dispatch_adjacent_difference.cuh | |
+49 −5 | cub/thread/thread_operators.cuh | |
+898 −0 | test/test_block_adjacent_difference.cu | |
+652 −0 | test/test_device_adjacent_difference.cu |
Oops, something went wrong.