Skip to content

Commit 1044440

Browse files
committed
minor version labeling fixes
1 parent fd6d948 commit 1044440

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/cl_intel_device_attribute_query.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Additional queries may be added in subsequent versions of the extension:
7878

7979
[source]
8080
----
81-
/* For GPU and CPU devices, version 1.0.0: */
81+
/* For GPU and CPU devices, version 1.0.X: */
8282
8383
#define CL_DEVICE_IP_VERSION_INTEL 0x4250
8484
#define CL_DEVICE_ID_INTEL 0x4251
@@ -96,7 +96,7 @@ Additional feature flags may be added in subsequent versions of the extension.
9696
----
9797
typedef cl_bitfield cl_device_feature_capabilities_intel;
9898
99-
/* For GPU devices, version 1.0.0: */
99+
/* For GPU devices, version 1.0.X: */
100100
101101
#define CL_DEVICE_FEATURE_FLAG_DP4A_INTEL (1 << 0)
102102
#define CL_DEVICE_FEATURE_FLAG_DPAS_INTEL (1 << 1)
@@ -202,7 +202,7 @@ If we decide to add it back, note that some caches are local to the device, whil
202202
|========================================
203203
|Version|Date|Author|Changes
204204
|1.0.0|2021-08-12|Ben Ashbaugh|*Initial public revision*
205-
|1.0.0|2026-03-13|Ben Ashbaugh|Added IP version documentation, added CPU information.
205+
|1.0.1|2026-03-13|Ben Ashbaugh|Added IP version documentation, added CPU information.
206206
|========================================
207207

208208

0 commit comments

Comments
 (0)