Replies: 1 comment 1 reply
-
| Hi @CaoZhongZ, The order in which work-items are grouped into sub-groups is implementation defined, see 3.9.4. Work-group data parallel kernels: 
 For example, on Intel GPU devices the way of bundling work-items into sub-group may change from kernel to kernel because it is based on some heuristics | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that sub-group is 1d only construct. So how is it arranged inside a, say, 2d work-group? Is it column major or row major?
Beta Was this translation helpful? Give feedback.
All reactions