Skip to content

Commit

Permalink
Merge pull request #606 from gmlueck/gmlueck/reformat-queue
Browse files Browse the repository at this point in the history
Update queue description to new format
  • Loading branch information
gmlueck authored Oct 3, 2024
2 parents a9e6c92 + 0940312 commit 23f8a15
Show file tree
Hide file tree
Showing 5 changed files with 699 additions and 691 deletions.
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

0 comments on commit 23f8a15

Please sign in to comment.