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 aafd72f commit af0272eCopy full SHA for af0272e
samples/14_ooqcommandbuffers/README.md
@@ -26,10 +26,10 @@ This sample requires the OpenCL Extension Loader to get the extension APIs for c
26
## Key APIs and Concepts
27
28
This sample demonstrates how to create and execute a command buffer that may execute out-of-order.
29
-This sample also demonstrates how to time commands in an out-or-order command queue.
+This sample also demonstrates how to time commands in an out-of-order command queue.
30
31
```c
32
-CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR_
+CL_DEVICE_COMMAND_BUFFER_SUPPORTED_QUEUE_PROPERTIES_KHR
33
clCommandNDRangeKernelKHR with sync points
34
clEnqueueBarrierWithWaitList
35
```
0 commit comments