allendaicool / thrust

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

Function which abuse zip_iterator(last1, first2) need additional testing #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, mismatch assumed find_if would return first + n instead of last

Original issue reported on code.google.com by jaredhoberock on 4 Jul 2010 at 12:25

GoogleCodeExporter commented 9 years ago
If device algos were

algo(RandomAccessIterator first, Size n, ...)

instead of

algo(Iterator first, Iterator last, ...)

It would help avoid this problem

Original comment by jaredhoberock on 4 Jul 2010 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by jaredhoberock on 7 May 2012 at 9:23