Skip to content

Commit a13902a

Browse files
committed
Merge pull request KhronosGroup#817 from gmlueck/gmlueck/editorial-queue-empty
Editorial changes to sycl_khr_queue_empty_query (cherry picked from commit afce858)
1 parent 48ec257 commit a13902a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adoc/extensions/sycl_khr_queue_empty_query.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ below.
3232
This extension adds the following function to the [code]#sycl::queue# class,
3333
which provides information about the emptiness of the queue.
3434

35-
{node} This khr is more usefull when used in conjuction with
36-
[code]#queue::khr_flush()#.
37-
{endnode}
38-
3935
'''
4036

4137
.[apidef]#queue::khr_empty#
@@ -45,7 +41,7 @@ bool khr_empty() const
4541
----
4642

4743
_Synchronization_: When this function returns [code]#true#, equivalent to
48-
[code]#queue::wait()#.
44+
[api]#queue::wait#.
4945

5046
_Returns:_ [code]#true# if all <<command,commands>> enqueued on this queue have
5147
completed, [code]#false# otherwise.

0 commit comments

Comments
 (0)