lion03 / thrust

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

The behavior of using potentially ambiguous algorithm behaviors given any_space iterators should be consistent #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reduce given an any_space iterator currently uses the default device backend, 
but for_each-based algorithms do not compile.  The behavior should be 
consistent.  I believe we should just map these cases to the device, since 
that's probably what most users will expect.

Original issue reported on code.google.com by jaredhoberock on 2 Aug 2010 at 11:46

GoogleCodeExporter commented 8 years ago
Issue 192 has been merged into this issue.

Original comment by jaredhoberock on 15 Aug 2010 at 8:57

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

Original comment by jaredhoberock on 1 Sep 2010 at 9:30