asherliu / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

add direct testing of CUDA block algorithms #406

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by wnbell on 26 Oct 2011 at 7:24

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 5 Feb 2012 at 11:25

GoogleCodeExporter commented 8 years ago
Forwarded to https://github.com/thrust/thrust/issues/52

Original comment by jaredhoberock on 7 May 2012 at 8:56