Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update context description to new format #587

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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