Skip to content

Commit b6abbbd

Browse files
authored
Update extension template (#1197)
- Update format for specification versions. We now use MAJOR.MINOR.PATCH as opposed to MAJOR.MINOR Revision PATCH. - Include generated dictionaries by default. Change-Id: Ie2cd8fc08ae6ec71d340bf9f274ffb17d8ebb118 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent fb2a15c commit b6abbbd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/cl_extension_template.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:data-uri:
66
:icons: font
77
include::../config/attribs.txt[]
8+
include::{generated}/api/api-dictionary.asciidoc[]
89
:source-highlighter: coderay
910

1011
= cl_khr_extension_template
@@ -137,8 +138,7 @@ Write dates in https://en.wikipedia.org/wiki/ISO_8601[ISO 8601] date format.
137138

138139
== Dependencies
139140

140-
This extension is written against the OpenCL Specification
141-
Version 1.0, Revision 1.
141+
This extension is written against the OpenCL Specification version 3.X.Y.
142142

143143
This extension requires OpenCL 1.0.
144144

@@ -498,6 +498,7 @@ best not to renumber issues, either.
498498
| 0.6.0 | 2020-04-20 | Alastair Murray | Use naming conventions in the new type example.
499499
| 0.7.0 | 2021-10-05 | Ben Ashbaugh | Added recommendation for bits in bitfields.
500500
| 0.8.0 | 2021-12-13 | Ben Ashbaugh | Added OpenCL C feature names section
501+
| 0.9.0 | 2024-07-01 | Kévin Petit | Update format for spec version and include generated definitions.
501502
|====
502503

503504
****

0 commit comments

Comments
 (0)