Skip to content

Commit

Permalink
fixed versioning of Metrics and Mutable command list for resolving AB…
Browse files Browse the repository at this point in the history
…I comaptibility issues.

Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit authored and pbg-intel committed Oct 24, 2024
1 parent e8a03a2 commit 671469d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions scripts/core/mutableCommandList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--- #--------------------------------------------------------------------------
type: header
desc: "Intel $OneApi Level-Zero Extension for supporting compute graphs with dynamic properties."
version: "1.10"
version: "1.9"
--- #--------------------------------------------------------------------------
type: macro
desc: "Mutable Command List Extension Name"
Expand All @@ -18,7 +18,7 @@ value: '"$X_experimental_mutable_command_list"'
--- #--------------------------------------------------------------------------
type: enum
desc: "Mutable Command List Extension Version(s)"
version: "1.10"
version: "1.9"
name: $x_mutable_command_list_exp_version_t
etors:
- name: "1_0"
Expand All @@ -27,10 +27,11 @@ etors:
- name: "1_1"
value: "$X_MAKE_VERSION( 1, 1 )"
desc: "version 1.1"
version: "1.10"
--- #--------------------------------------------------------------------------
type: enum
desc: "Mutable command flags"
version: "1.10"
version: "1.9"
class: $xCommandList
name: $x_mutable_command_exp_flags_t
etors:
Expand All @@ -48,12 +49,14 @@ etors:
desc: "command wait events"
- name: KERNEL_INSTRUCTION
desc: "command kernel"
version: "1.10"
- name: GRAPH_ARGUMENTS
desc: "graph arguments"
version: "1.10"
--- #--------------------------------------------------------------------------
type: struct
desc: "Mutable command identifier descriptor"
version: "1.10"
version: "1.9"
class: $xCommandList
name: $x_mutable_command_id_exp_desc_t
base: $x_base_desc_t
Expand Down Expand Up @@ -253,7 +256,7 @@ params:
--- #--------------------------------------------------------------------------
type: function
desc: "Updates mutable commands."
version: "1.10"
version: "1.9"
class: $xCommandList
name: UpdateMutableCommandsExp
details:
Expand All @@ -275,7 +278,7 @@ returns:
--- #--------------------------------------------------------------------------
type: function
desc: "Updates the signal event for a mutable command in a mutable command list."
version: "1.10"
version: "1.9"
class: $xCommandList
name: UpdateMutableCommandSignalEventExp
details:
Expand Down
4 changes: 2 additions & 2 deletions scripts/tools/metricProgrammable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ params:
--- #--------------------------------------------------------------------------
type: function
desc: "Create metric handles by applying parameter values on the metric programmable handle."
version: "1.11"
version: "1.9"
class: $tMetric
name: CreateFromProgrammableExp
decl: static
Expand Down Expand Up @@ -477,7 +477,7 @@ returns:
--- #--------------------------------------------------------------------------
type: function
desc: "Create metric group handle."
version: "1.11"
version: "1.9"
class: $tMetricGroup
name: CreateExp
decl: static
Expand Down

0 comments on commit 671469d

Please sign in to comment.