8
8
--- # --------------------------------------------------------------------------
9
9
type : header
10
10
desc : " Intel $OneApi Level-Zero Extension for supporting compute graphs with dynamic properties."
11
- version : " 1.10 "
11
+ version : " 1.9 "
12
12
--- # --------------------------------------------------------------------------
13
13
type : macro
14
14
desc : " Mutable Command List Extension Name"
@@ -18,7 +18,7 @@ value: '"$X_experimental_mutable_command_list"'
18
18
--- # --------------------------------------------------------------------------
19
19
type : enum
20
20
desc : " Mutable Command List Extension Version(s)"
21
- version : " 1.10 "
21
+ version : " 1.9 "
22
22
name : $x_mutable_command_list_exp_version_t
23
23
etors :
24
24
- name : " 1_0"
@@ -27,10 +27,11 @@ etors:
27
27
- name : " 1_1"
28
28
value : " $X_MAKE_VERSION( 1, 1 )"
29
29
desc : " version 1.1"
30
+ version : " 1.10"
30
31
--- # --------------------------------------------------------------------------
31
32
type : enum
32
33
desc : " Mutable command flags"
33
- version : " 1.10 "
34
+ version : " 1.9 "
34
35
class : $xCommandList
35
36
name : $x_mutable_command_exp_flags_t
36
37
etors :
@@ -48,12 +49,14 @@ etors:
48
49
desc : " command wait events"
49
50
- name : KERNEL_INSTRUCTION
50
51
desc : " command kernel"
52
+ version : " 1.10"
51
53
- name : GRAPH_ARGUMENTS
52
54
desc : " graph arguments"
55
+ version : " 1.10"
53
56
--- # --------------------------------------------------------------------------
54
57
type : struct
55
58
desc : " Mutable command identifier descriptor"
56
- version : " 1.10 "
59
+ version : " 1.9 "
57
60
class : $xCommandList
58
61
name : $x_mutable_command_id_exp_desc_t
59
62
base : $x_base_desc_t
@@ -253,7 +256,7 @@ params:
253
256
--- # --------------------------------------------------------------------------
254
257
type : function
255
258
desc : " Updates mutable commands."
256
- version : " 1.10 "
259
+ version : " 1.9 "
257
260
class : $xCommandList
258
261
name : UpdateMutableCommandsExp
259
262
details :
@@ -275,7 +278,7 @@ returns:
275
278
--- # --------------------------------------------------------------------------
276
279
type : function
277
280
desc : " Updates the signal event for a mutable command in a mutable command list."
278
- version : " 1.10 "
281
+ version : " 1.9 "
279
282
class : $xCommandList
280
283
name : UpdateMutableCommandSignalEventExp
281
284
details :
0 commit comments