Skip to content

Commit

Permalink
Update 08-sycl-queus-groups-kernels.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Nov 28, 2024
1 parent f05211b commit 30fcac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-sycl-queus-groups-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ cgh.parallel_for(nd_range<1>(range<1>(N),range<1>(64)), [=](nd_item<1> item){
- can be used as programmable cache
- group-level *barriers* and *fences* to synchronize work-items within a group
- *barriers* force all work-items to reach a speciffic point before continuing
- *fences* ensures writes are visible to all work-items before proceedin
- *fences* ensures writes are visible to all work-items before proceeding
- group-level collectives, for communication, e.g. broadcasting, or computation, e.g. scans
- useful for reductions at group-level

Expand Down

0 comments on commit 30fcac1

Please sign in to comment.