Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanC committed Aug 2, 2023
1 parent 674582a commit 731342c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/cl_khr_command_buffer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This extension adds the ability to record and replay buffers of OpenCL commands.
| 2022-08-24 | 0.9.1 | Specify an error if a command-buffer is finalized multiple times (provisional).
| 2023-03-31 | 0.9.2 | Introduce context query {CL_COMMAND_BUFFER_CONTEXT_KHR} (provisional).
| 2023-04-04 | 0.9.3 | Remove Invalid command-buffer state (provisional).
| 2023-08-02 | 0.9.3 | Add device query for supported queue properties (provisional).
| 2023-08-02 | 0.9.4 | Add device query for supported queue properties (provisional).
|====

==== Dependencies
Expand Down
2 changes: 1 addition & 1 deletion xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7072,7 +7072,7 @@ server's OpenCL/api-docs repository.
<command name="clSetContentSizeBufferPoCL"/>
</require>
</extension>
<extension name="cl_khr_command_buffer" comment="in sync with version 0.9.3" supported="opencl">
<extension name="cl_khr_command_buffer" comment="in sync with version 0.9.4" supported="opencl">
<require>
<type name="CL/cl.h"/>
</require>
Expand Down

0 comments on commit 731342c

Please sign in to comment.