Skip to content

Commit b1cf656

Browse files
authored
Fix name of cl_arm_core_id extension (#1524)
This name was introduced with the orignal XML under 6163e51, probably based on the name of the specification text file (OpenCL-Registry/blob/main/extensions/arm/cl_arm_get_core_id.txt) rather than the extension name documented in this file. Change-Id: I73fb415afc2909963a2ee6aaa3cd7b152d0fd1f6 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent 6491a91 commit b1cf656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/cl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6429,7 +6429,7 @@ server's OpenCL/api-docs repository.
64296429
<command name="clSetKernelExecInfoARM"/>
64306430
</require>
64316431
</extension>
6432-
<extension name="cl_arm_get_core_id" revision="0.0.0" condition="defined(CL_VERSION_1_2)" supported="opencl">
6432+
<extension name="cl_arm_core_id" revision="0.0.0" condition="defined(CL_VERSION_1_2)" supported="opencl">
64336433
<require>
64346434
<type name="CL/cl.h"/>
64356435
</require>

0 commit comments

Comments
 (0)