lion03 / thrust

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

Eliminate cpp::fill if possible #384

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
fill should generically lower to generate; there shouldn't be a need for 
cpp::fill as far as I can tell

Original issue reported on code.google.com by jaredhoberock on 6 Oct 2011 at 6:54

GoogleCodeExporter commented 8 years ago
it's because generic::fill lowers to generic::fill_n, which doesn't work for 
cpp.  i'll fix this in the dispatch refactor

Original comment by jaredhoberock on 7 Oct 2011 at 10:53

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 23 Jan 2012 at 10:08