OpenCL-Docs icon indicating copy to clipboard operation
OpenCL-Docs copied to clipboard

Potential OpenCL Spec Error in 3.2.4

Open EJainDev opened this issue 8 months ago • 1 comments

OpenCL specification says the following in section 3.2.4:

For example, if a work-group function occurs within a loop, the work-items must encounter the same sub-group function in the same loop iterations.

Is it supposed to say sub-group function instead of work-group function or is that intended?

EJainDev avatar Aug 07 '25 02:08 EJainDev

Yes, good catch! I'll fix this.

I'll also try to remove some of the duplicated text between this paragraph and the preceding paragraph about work-group functions.

bashbaug avatar Aug 14 '25 00:08 bashbaug