We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ec257 commit a13902aCopy full SHA for a13902a
adoc/extensions/sycl_khr_queue_empty_query.adoc
@@ -32,10 +32,6 @@ below.
32
This extension adds the following function to the [code]#sycl::queue# class,
33
which provides information about the emptiness of the queue.
34
35
-{node} This khr is more usefull when used in conjuction with
36
-[code]#queue::khr_flush()#.
37
-{endnode}
38
-
39
'''
40
41
.[apidef]#queue::khr_empty#
@@ -45,7 +41,7 @@ bool khr_empty() const
45
----
46
42
47
43
_Synchronization_: When this function returns [code]#true#, equivalent to
48
-[code]#queue::wait()#.
44
+[api]#queue::wait#.
49
50
_Returns:_ [code]#true# if all <<command,commands>> enqueued on this queue have
51
completed, [code]#false# otherwise.
0 commit comments