lion03 / thrust

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

CUDA implementations should not launch kernels #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
They should call blocked_for_each_n instead

Original issue reported on code.google.com by jaredhoberock on 7 Sep 2010 at 9:29

GoogleCodeExporter commented 8 years ago
blocked_for_each_n can't implement anything besides for_each_n.  implement 
launch_blocked_closure instead.

Original comment by jaredhoberock on 2 Oct 2010 at 1:55

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
I'll see how much of this we can do in v1.5

Original comment by wnbell on 23 Aug 2011 at 2:01

GoogleCodeExporter commented 8 years ago
We'll continue working on this in v1.6

Original comment by wnbell on 30 Aug 2011 at 3:55

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

Original comment by wnbell on 19 Oct 2011 at 7:37