We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3043cbc commit 86c2449Copy full SHA for 86c2449
clang/lib/Headers/opencl-c.h
@@ -6400,8 +6400,7 @@ size_t __ovld __cnfn get_local_id(uint dimindx);
6400
* Returns the number of work-groups that will execute a
6401
* kernel for dimension identified by dimindx.
6402
* Valid values of dimindx are 0 to get_work_dim() - 1.
6403
- * For other values of dimindx, get_num_groups () returns
6404
- * 1.
+ * For other values of dimindx, get_num_groups() returns 1.
6405
* For clEnqueueTask, this always returns 1.
6406
*/
6407
size_t __ovld __cnfn get_num_groups(uint dimindx);
0 commit comments