Forum Discussion

Avinash1's avatar
Avinash1
Icon for New Contributor rankNew Contributor
3 years ago

How to run multiple work groups in parallel using ND Range

As far as I know , each work group is passed sequentially to the kernel and all the work-items are run in parallel. Example : a 3D array of 8*8*8 would have 512 points, each work group size is 4*4*4 and there are 8 such groups each having 64 points. ND range performs an operation on all 64 points of a work group parallelly after which it does the same for the next work-group. How do the run the work-groups also in parallel ?

4 Replies