Skip to content

Commit f05211b

Browse files
authored
Update 08-sycl-queus-groups-kernels.md
1 parent 3b40d88 commit f05211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/08-sycl-queus-groups-kernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ cgh.parallel_for(range<1>(N), [=](item<1> item){
248248

249249
- runtime choose how to group the work-items
250250
- supports 1D, 2D, and 3D-grids
251-
- no control over the size of groups,no locality within kernels
251+
- no control over the size of groups, no locality within kernels
252252

253253

254254
# Parallel launch with **nd-range** I

0 commit comments

Comments
 (0)