Skip to content

Commit 671469d

Browse files
nrspruitpbg-intel
authored andcommitted
fixed versioning of Metrics and Mutable command list for resolving ABI comaptibility issues.
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent e8a03a2 commit 671469d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

scripts/core/mutableCommandList.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--- #--------------------------------------------------------------------------
99
type: header
1010
desc: "Intel $OneApi Level-Zero Extension for supporting compute graphs with dynamic properties."
11-
version: "1.10"
11+
version: "1.9"
1212
--- #--------------------------------------------------------------------------
1313
type: macro
1414
desc: "Mutable Command List Extension Name"
@@ -18,7 +18,7 @@ value: '"$X_experimental_mutable_command_list"'
1818
--- #--------------------------------------------------------------------------
1919
type: enum
2020
desc: "Mutable Command List Extension Version(s)"
21-
version: "1.10"
21+
version: "1.9"
2222
name: $x_mutable_command_list_exp_version_t
2323
etors:
2424
- name: "1_0"
@@ -27,10 +27,11 @@ etors:
2727
- name: "1_1"
2828
value: "$X_MAKE_VERSION( 1, 1 )"
2929
desc: "version 1.1"
30+
version: "1.10"
3031
--- #--------------------------------------------------------------------------
3132
type: enum
3233
desc: "Mutable command flags"
33-
version: "1.10"
34+
version: "1.9"
3435
class: $xCommandList
3536
name: $x_mutable_command_exp_flags_t
3637
etors:
@@ -48,12 +49,14 @@ etors:
4849
desc: "command wait events"
4950
- name: KERNEL_INSTRUCTION
5051
desc: "command kernel"
52+
version: "1.10"
5153
- name: GRAPH_ARGUMENTS
5254
desc: "graph arguments"
55+
version: "1.10"
5356
--- #--------------------------------------------------------------------------
5457
type: struct
5558
desc: "Mutable command identifier descriptor"
56-
version: "1.10"
59+
version: "1.9"
5760
class: $xCommandList
5861
name: $x_mutable_command_id_exp_desc_t
5962
base: $x_base_desc_t
@@ -253,7 +256,7 @@ params:
253256
--- #--------------------------------------------------------------------------
254257
type: function
255258
desc: "Updates mutable commands."
256-
version: "1.10"
259+
version: "1.9"
257260
class: $xCommandList
258261
name: UpdateMutableCommandsExp
259262
details:
@@ -275,7 +278,7 @@ returns:
275278
--- #--------------------------------------------------------------------------
276279
type: function
277280
desc: "Updates the signal event for a mutable command in a mutable command list."
278-
version: "1.10"
281+
version: "1.9"
279282
class: $xCommandList
280283
name: UpdateMutableCommandSignalEventExp
281284
details:

scripts/tools/metricProgrammable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ params:
398398
--- #--------------------------------------------------------------------------
399399
type: function
400400
desc: "Create metric handles by applying parameter values on the metric programmable handle."
401-
version: "1.11"
401+
version: "1.9"
402402
class: $tMetric
403403
name: CreateFromProgrammableExp
404404
decl: static
@@ -477,7 +477,7 @@ returns:
477477
--- #--------------------------------------------------------------------------
478478
type: function
479479
desc: "Create metric group handle."
480-
version: "1.11"
480+
version: "1.9"
481481
class: $tMetricGroup
482482
name: CreateExp
483483
decl: static

0 commit comments

Comments
 (0)