Skip to content

Commit 30fcac1

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

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
@@ -280,7 +280,7 @@ cgh.parallel_for(nd_range<1>(range<1>(N),range<1>(64)), [=](nd_item<1> item){
280280
- can be used as programmable cache
281281
- group-level *barriers* and *fences* to synchronize work-items within a group
282282
- *barriers* force all work-items to reach a speciffic point before continuing
283-
- *fences* ensures writes are visible to all work-items before proceedin
283+
- *fences* ensures writes are visible to all work-items before proceeding
284284
- group-level collectives, for communication, e.g. broadcasting, or computation, e.g. scans
285285
- useful for reductions at group-level
286286

0 commit comments

Comments
 (0)