Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- The likely case is the following part:
if(local_id == 0)
group_counters = local_counter; SIMD vectorizes operations at work-item level, and coalesces accesses that are consecutive at this level. For this particular access, since the write is done only by one work-item per work-group, it cannot be vectorized/coalesced. --- Quote End --- Always right mate :) Thanks HRZ