Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
WIP Adding async scan algorithms.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Aug 7, 2020
1 parent 945cd09 commit 87ae049
Show file tree
Hide file tree
Showing 11 changed files with 1,545 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dependencies/cub
2 changes: 2 additions & 0 deletions testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ add_subdirectory(unittest)
# List of tests that aren't implemented for all backends, but are implemented for CUDA.
set(partially_implemented_CUDA
async_copy
async_exclusive_scan
async_for_each
async_reduce
async_reduce_into
async_inclusive_scan
async_sort
async_transform
event
Expand Down
Loading

0 comments on commit 87ae049

Please sign in to comment.