Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNumber of work-items that will launched will be 16*32.
That is because the compiler will vectorize the work-items on the local_id(0) dimension; each work-item will do the work of two work-items. Hence, half the number of work-items on this dimension will be launched.