Skip to content

Commit 02803cd

Browse files
committed
address comments on doc
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 1c4d539 commit 02803cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/extensions/supported/sycl_ext_oneapi_queue_priority.asciidoc

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ SYCL specification refer to that revision.
4242
== Status
4343

4444
This extension is implemented and fully supported by {dpcpp}.
45+
Although {dpcpp} supports this extension on all backends, it is currently used
46+
only on Level Zero. Other backends ignore this new property.
4547

4648
== Overview
4749

@@ -92,6 +94,4 @@ namespace sycl::ext::oneapi::property::queue {
9294
```
9395
The new property hints the SYCL runtime that the queue gets the specified
9496
priority for execution if supported by underlying target runtimes. This
95-
property is a hint and may safely be ignored by an implementation. In the
96-
initial version (`SYCL_EXT_ONEAPI_QUEUE_PRIORITY` equals to `1`) it is
97-
supported by Level Zero backend only.
97+
property is a hint and may safely be ignored by an implementation.

0 commit comments

Comments
 (0)