Skip to content

Commit e8b5885

Browse files
authored
Merge pull request KhronosGroup#844 from etomzak/event_new_format
Change event API description to new style
2 parents 44e77ae + e9bb73d commit e8b5885

3 files changed

Lines changed: 278 additions & 213 deletions

File tree

adoc/chapters/architecture.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ Programmers may use these events to explicitly coordinate host and device
549549
execution.
550550
Host code can wait for an event to complete, which will block execution on the
551551
host until the action(s) represented by the event have completed.
552-
The [code]#event# class is described in greater detail in
553-
<<sec:interface.event>>.
552+
The [code]#event# class is described in greater detail in <<sec:event-class>>.
554553

555554
Events may also be used to explicitly order the execution of kernels.
556555
Host code may wait for the completion of specific event, which blocks execution

adoc/chapters/information_descriptors.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ include::{header_dir}/kernelInfo.h[lines=4..-1]
6767
== Event information descriptors
6868

6969
The following interface includes all the information descriptors for the
70-
[code]#event# class as described in <<table.event.info>> and
71-
<<table.event.profilinginfo>>.
70+
[code]#event# class.
7271
[source,,linenums]
7372
----
7473
include::{header_dir}/eventInfo.h[lines=4..-1]

0 commit comments

Comments
 (0)