Skip to content

Commit

Permalink
Clarify events may be associated with > 1 action
Browse files Browse the repository at this point in the history
Co-authored-by: Gordon Brown <[email protected]>
  • Loading branch information
Pennycook and AerialMantis authored Nov 9, 2023
1 parent 76978a5 commit 13cdb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ image::{images}/three-cg-three-queue.svg[align="center",opts="{imageopts}"]
Submitting an action for execution returns an [code]#event# object. Programmers
may use these events to explicitly coordinate host and device execution. Host
code can wait for an event to complete, which will block execution on the host
until the action represented by the event has completed. The [code]#event#
until the action(s) represented by the event has completed. The [code]#event#
class is described in greater detail in <<sec:interface.event>>.

Events may also be used to explicitly order the execution of kernels. Host code may
Expand Down

0 comments on commit 13cdb6c

Please sign in to comment.