Skip to content

Commit

Permalink
Add CL_PLATFORM_UNLOADABLE_KHR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Sep 3, 2024
1 parent daa80d3 commit e1d0b28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ext/cl_khr_icd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@ Add the following to _table 4.1_:
| The function name suffix used to identify extension functions to be
directed to this platform by the ICD Loader.

| {CL_PLATFORM_UNLOADABLE_KHR}
| {cl_bool_TYPE}
| *New in cl_khr_icd version 2.0.0* The platform can be unloaded by the
ICD Loader.

|====

[[cl_khr_icd-source-code]]
Expand Down
4 changes: 3 additions & 1 deletion xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,8 @@ server's OpenCL/api-docs repository.
<enum value="0x0908" name="CL_PLATFORM_COMMAND_BUFFER_CAPABILITIES_KHR"/>
<unused start="0x0909" end="0x091F" comment="Reserved to Khronos"/>
<enum value="0x0920" name="CL_PLATFORM_ICD_SUFFIX_KHR"/>
<unused start="0x0921" end="0x09FF" comment="Vendor extensions"/>
<enum value="0x0921" name="CL_PLATFORM_UNLOADABLE_KHR"/>
<unused start="0x0922" end="0x09FF" comment="Vendor extensions"/>
</enums>

<enums start="0x1000" end="0x107F" name="cl_device_info" vendor="Khronos">
Expand Down Expand Up @@ -5574,6 +5575,7 @@ server's OpenCL/api-docs repository.
</require>
<require comment="cl_platform_info">
<enum name="CL_PLATFORM_ICD_SUFFIX_KHR"/>
<enum name="CL_PLATFORM_UNLOADABLE_KHR"/>
</require>
<require comment="Error codes">
<enum name="CL_PLATFORM_NOT_FOUND_KHR"/>
Expand Down

0 comments on commit e1d0b28

Please sign in to comment.