allendaicool / thrust

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

Thrust should document which functions may be safely performed in place #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See this thread for details:

http://groups.google.com/group/thrust-
users/browse_thread/thread/fdfcce0cf1ab60b0

Original issue reported on code.google.com by jaredhoberock on 11 Jan 2010 at 10:58

GoogleCodeExporter commented 9 years ago
transform()
inclusive_scan()
exclusive_scan()
adjacent_difference()
transform_inclusive_scan()
transform_exclusive_scan()

Original comment by wnbell on 3 Nov 2011 at 6:44

GoogleCodeExporter commented 9 years ago
The algorithms appear to be correctly documented

Original comment by wnbell on 25 Jan 2012 at 4:59