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 queue description to new format #606

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions adoc/chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,7 @@ Any error reported by a <<backend>> must derive from the base
When a user wishes to capture specifically an error thrown by a <<backend>>, she
must include the <<backend>>-specific headers for said <<backend>>.

[[sec::fallback-mechanism]]
=== Fallback mechanism

A <<command-group-function-object>> can be submitted either to a single queue to
Expand Down
2 changes: 1 addition & 1 deletion adoc/chapters/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ For the full description please refer to <<subsec:buffers>>.
SYCL provides a heterogeneous platform integration using device queue, which
is the minimum requirement for a SYCL application to run on a SYCL
<<device>>.
For the full description please refer to <<sec:interface.queue.class>>.
For the full description please refer to <<sec:queue-class>>.

[[range]]range::
A representation of a number of <<work-item,work-items>> or
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 @@ -44,7 +44,7 @@ include::{header_dir}/deviceInfo.h[lines=4..-1]
== Queue information descriptors

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