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

add direct testing of CUDA block algorithms #52

Closed
jaredhoberock opened this issue May 7, 2012 · 1 comment
Closed

add direct testing of CUDA block algorithms #52

jaredhoberock opened this issue May 7, 2012 · 1 comment
Labels
type: enhancement New feature or request.

Comments

@jaredhoberock
Copy link
Contributor

The current block algorithms are listed below and organized into categories based on inputs and outputs.

X->X (inplace)
inclusive_scan
inclusive_scan_n
inclusive_scan_by_flag
inclusive_scan_by_flag_n
reduce

X,Y->X,Y (inplace)
merging_sort

X->Y
copy

X,Y->Z
merge

X,Y,Z->W
set_difference
set_intersection
set_symmetric_difference
set_union

Forwarded from http://code.google.com/p/thrust/issues/detail?id=406

@alliepiper
Copy link
Collaborator

No longer relevant.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants