Open GoogleCodeExporter opened 9 years ago
Here is my dxdiag info for extra information. I have no error in getting the
Aparapi to work, just that the performance isnt as good i as want it to be.
Original comment by minhquan...@gmail.com
on 20 Nov 2014 at 3:07
Attachments:
Hello emporer,
Your "range" or job size is 512? That is not big enough to get any benefit
for offloading a small computation like this -
sum[gid] = a[gid] + b[gid];
as shown in the big report.
Either you need a much bigger range or more complicated compute algorithm
in the kernel to make offloading it worthwhile.
-Eric
Original comment by ecasp...@gmail.com
on 20 Nov 2014 at 8:45
Original issue reported on code.google.com by
minhquan...@gmail.com
on 20 Nov 2014 at 3:04Attachments: