lion03 / thrust

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

Specialize stable_partition_copy using a variant of the current specialization of copy_if #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
copy_if could be implemented with stable_partition_copy + null_iterator

Original issue reported on code.google.com by jaredhoberock on 8 Sep 2010 at 12:31

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 4 Feb 2011 at 11:03

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 31 Aug 2011 at 12:12

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 15 Sep 2011 at 2:49

GoogleCodeExporter commented 8 years ago
This shouldn't be too hard, but it can wait for v1.7, which be more focused on 
performance improvements

Original comment by wnbell on 25 Jan 2012 at 5:54

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

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