Skip to content

Commit cf034f1

Browse files
author
jianguang.li
authored
Reserved ErrorCodes for VeriSilicon extensions (#717)
1 parent 0084740 commit cf034f1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

xml/cl.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,11 @@ server's OpenCL/api-docs repository.
632632
<enum value="-1142" name="CL_INVALID_SEMAPHORE_KHR"/>
633633
</enums>
634634

635-
<enums start="-1143" end="-9999" name="ErrorCodes.future" vendor="Khronos" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
636-
<unused start="-1142" end="-9999"/>
635+
<enums start="-1143" end="-1153" name="ErrorCodes.1143" vendor="VeriSilicon" comment="Reserved for VeriSilicon extensions">
636+
</enums>
637+
638+
<enums start="-1154" end="-9999" name="ErrorCodes.future" vendor="Khronos" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
639+
<unused start="-1154" end="-9999"/>
637640
</enums>
638641

639642
<enums name="cl_bool" vendor="Khronos" comment="Boolean values">

0 commit comments

Comments
 (0)