Skip to content

Commit

Permalink
Update extension template
Browse files Browse the repository at this point in the history
- Update format for specification versions. We now use MAJOR.MINOR.PATCH
as opposed to MAJOR.MINOR Revision PATCH.
- Include generated dictionaries by default.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Change-Id: Ie2cd8fc08ae6ec71d340bf9f274ffb17d8ebb118
  • Loading branch information
kpet committed Jul 1, 2024
1 parent f37a868 commit fa0b82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions/cl_extension_template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:data-uri:
:icons: font
include::../config/attribs.txt[]
include::{generated}/api/api-dictionary.asciidoc[]
:source-highlighter: coderay

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

== Dependencies

This extension is written against the OpenCL Specification
Version 1.0, Revision 1.
This extension is written against the OpenCL Specification version 3.X.Y.

This extension requires OpenCL 1.0.

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

****
Expand Down

0 comments on commit fa0b82a

Please sign in to comment.