Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Because of the following line in clppscan_gpu, the code does not work for data
size < work group size. As barrier would keep on waiting for all local work
items
if (offsetIdx > size-1) return;
Original comment by uet.if...@gmail.com
on 14 Jul 2013 at 11:07
Original issue reported on code.google.com by
uet.if...@gmail.com
on 9 Jul 2013 at 9:24