File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sycl/doc/extensions/supported Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ SYCL specification refer to that revision.
42
42
== Status
43
43
44
44
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.
45
47
46
48
== Overview
47
49
@@ -92,6 +94,4 @@ namespace sycl::ext::oneapi::property::queue {
92
94
```
93
95
The new property hints the SYCL runtime that the queue gets the specified
94
96
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.
You can’t perform that action at this time.
0 commit comments