allendaicool / thrust

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

investigate gather/scatter performance #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Also, consider using cudaFuncSetCacheConfig(Function, cudaFuncCachePreferL1) 
for all cuda::for_each algorithms.

Reported by Scott Rostrup on thrust-users
http://groups.google.com/group/thrust-users/browse_thread/thread/ff8d8167bf75ef2
a

Original issue reported on code.google.com by wnbell on 7 Jul 2010 at 6:07

GoogleCodeExporter commented 9 years ago
Moving to Milestone-Release1.x

Original comment by wnbell on 1 Sep 2010 at 6:37

GoogleCodeExporter commented 9 years ago
Using the cache controls probably isn't practical.

Original comment by jaredhoberock on 7 May 2012 at 9:33