Skip to content

Commit

Permalink
add versioning macros to OpenCL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Mar 31, 2024
1 parent 0a7b58a commit 68796d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5363,6 +5363,15 @@ server's OpenCL/api-docs repository.
<enum name="CL_VERSION_PATCH_BITS"/>
<enum name="CL_NAME_VERSION_MAX_NAME_SIZE"/>
</require>
<require comment="Macros">
<type name="CL_VERSION_MAJOR_MASK"/>
<type name="CL_VERSION_MINOR_MASK"/>
<type name="CL_VERSION_PATCH_MASK"/>
<type name="CL_VERSION_MAJOR"/>
<type name="CL_VERSION_MINOR"/>
<type name="CL_VERSION_PATCH"/>
<type name="CL_MAKE_VERSION"/>
</require>
<require comment="Context APIs">
<command name="clSetContextDestructorCallback"/>
</require>
Expand Down

0 comments on commit 68796d1

Please sign in to comment.