Commit 542a00b
[SYCL][UR][L0 v2] Add a note about make_queue support (#19644)
and return an error if urQueueCreateWithNativeHandle is called with
`ze_command_queue_handle_t`.
V2 adapter does not support non-immediate or out-of-order command lists.
Document this in the extension doc.
Currently, there is no way to check whether a command-list is in order
or not programatically.
---------
Co-authored-by: John Pennycook <[email protected]>1 parent 76da17b commit 542a00b
File tree
2 files changed
+22
-0
lines changed- sycl/doc/extensions/supported
- unified-runtime/source/adapters/level_zero/v2
2 files changed
+22
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
107 | 119 | | |
108 | 120 | | |
109 | 121 | | |
110 | 122 | | |
111 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
112 | 132 | | |
113 | 133 | | |
114 | 134 | | |
| |||
0 commit comments