File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ Implementations are encouraged to transition the event directly from the
162
162
"submitted" status to the "complete" status and are encouraged to set the
163
163
"command_start" timestamp to the same value as the "command_end" timestamp.
164
164
165
- _Throws:_ A synchronous `exception` with the `errc::invalid` error code if the
166
- queue was not constructed with the `property::queue::enable_profiling` property
167
- and if the queue's device does not have the aspect
168
- `ext_oneapi_queue_profiling_tag` .
165
+ _Throws:_ A synchronous `exception` with the `errc::invalid` error code if
166
+ the queue's device does not have the aspect `ext_oneapi_queue_profiling_tag`
167
+ and the queue was not constructed with the `property::queue::enable_profiling`
168
+ property .
169
169
170
170
[_Note:_ In order to understand why the "command_start" and "command_end"
171
171
timestamps are encouraged to be the same, think of the barrier as an empty
You can’t perform that action at this time.
0 commit comments