lion03 / thrust

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

refactor adjacent_difference to permit safe in-situ operation #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently adjacent_difference attempts to detect in-place operation but does 
not capture all possibilities.  A better approach is to specialize the 
algorithm to gather the first element of each interval into a temporary array 
of size O(P) so blocks can safely read & write their segments without hazard.

Original issue reported on code.google.com by wnbell on 2 Sep 2010 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 24 Jan 2011 at 8:01

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 54573a78171c.

Original comment by wnbell on 23 Aug 2011 at 3:44