Skip to content

Commit

Permalink
Merge pull request #587 from gmlueck/gmlueck/reformat-context
Browse files Browse the repository at this point in the history
Update context description to new format
  • Loading branch information
tomdeakin authored Dec 5, 2024
2 parents 94eb558 + 3b77194 commit 51bfc4b
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 164 deletions.
2 changes: 1 addition & 1 deletion adoc/chapters/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ For the full description please refer to <<subsec:buffers>>.
<<backend>> API to interact with a group of <<device,devices>> associated
with a <<platform>>.
The context is defined as the [code]#sycl::context# class, for further
details please see <<sec:interface.context.class>>.
details please see <<sec:context-class>>.

[[control-flow]]control flow::
When all <<work-item, work-items>> in a <<group>> are executing the same
Expand Down
2 changes: 1 addition & 1 deletion adoc/chapters/information_descriptors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include::{header_dir}/platformInfo.h[lines=4..-1]
== Context information descriptors

The following interface includes all the information descriptors for the
[code]#context# class as described in <<table.context.info>>.
[code]#context# class.
[source,,linenums]
----
include::{header_dir}/contextInfo.h[lines=4..-1]
Expand Down
Loading

0 comments on commit 51bfc4b

Please sign in to comment.