allendaicool / thrust

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

ensure device algorithms work for pointer-containing types #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Device algorithms may be invoked on types containing device pointers or
device iterators that cannot be dereferenced on the host.  It is therefore
incorrect to perform certain portions of those operations on the host, as
the issue #28 demonstrated.

We should add unit tests for the fundamental algorithms to ensure that they
compute entirely on the device.  These functions are scan, reduce, and
for_each, and sort.

Original issue reported on code.google.com by wnbell on 10 Sep 2009 at 7:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r718.

Original comment by wnbell on 18 Jan 2010 at 7:06