Skip to content

Commit 9e28bba

Browse files
authored
[SYCL][Docs] fix a typo in sycl_ext_oneapi_profiling_tag (#14133)
1 parent c4936ce commit 9e28bba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_profiling_tag.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ Implementations are encouraged to transition the event directly from the
162162
"submitted" status to the "complete" status and are encouraged to set the
163163
"command_start" timestamp to the same value as the "command_end" timestamp.
164164

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.
169169

170170
[_Note:_ In order to understand why the "command_start" and "command_end"
171171
timestamps are encouraged to be the same, think of the barrier as an empty

0 commit comments

Comments
 (0)