Skip to content

Commit 86c2449

Browse files
committed
[OpenCL][NFC] Test commit: tidy up whitespace in comment
1 parent 3043cbc commit 86c2449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Headers/opencl-c.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6400,8 +6400,7 @@ size_t __ovld __cnfn get_local_id(uint dimindx);
64006400
* Returns the number of work-groups that will execute a
64016401
* kernel for dimension identified by dimindx.
64026402
* Valid values of dimindx are 0 to get_work_dim() - 1.
6403-
* For other values of dimindx, get_num_groups () returns
6404-
* 1.
6403+
* For other values of dimindx, get_num_groups() returns 1.
64056404
* For clEnqueueTask, this always returns 1.
64066405
*/
64076406
size_t __ovld __cnfn get_num_groups(uint dimindx);

0 commit comments

Comments
 (0)