lion03 / thrust

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

remove manual unrolling in cuda::block::inclusive_scan #407

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The statically-sized variants could be implemented with TMP or automatic 
compiler-based unrolling (w/ #pragma unroll).  The latter would likely require 
use of a static log2<N>.

Original issue reported on code.google.com by wnbell on 26 Oct 2011 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 5 Feb 2012 at 11:27

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

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