Menu

#16 Optimize algorithms for small problem sizes

1.6
new
None
source
minor
performance enhancement
2015-01-06
2012-02-02
Bruce Merry
No

When the number of elements can be held in local memory, it would make sense to do a single-pass solution. For scanning it may also make sense when only a few iterations within a single workgroup are required, rather than suffer the overheads of 3 passes.

Discussion