88--- # --------------------------------------------------------------------------
99type : header
1010desc : " Intel $OneApi Level-Zero Extension for supporting compute graphs with dynamic properties."
11- version : " 1.10 "
11+ version : " 1.9 "
1212--- # --------------------------------------------------------------------------
1313type : macro
1414desc : " Mutable Command List Extension Name"
@@ -18,7 +18,7 @@ value: '"$X_experimental_mutable_command_list"'
1818--- # --------------------------------------------------------------------------
1919type : enum
2020desc : " Mutable Command List Extension Version(s)"
21- version : " 1.10 "
21+ version : " 1.9 "
2222name : $x_mutable_command_list_exp_version_t
2323etors :
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--- # --------------------------------------------------------------------------
3132type : enum
3233desc : " Mutable command flags"
33- version : " 1.10 "
34+ version : " 1.9 "
3435class : $xCommandList
3536name : $x_mutable_command_exp_flags_t
3637etors :
@@ -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--- # --------------------------------------------------------------------------
5457type : struct
5558desc : " Mutable command identifier descriptor"
56- version : " 1.10 "
59+ version : " 1.9 "
5760class : $xCommandList
5861name : $x_mutable_command_id_exp_desc_t
5962base : $x_base_desc_t
@@ -253,7 +256,7 @@ params:
253256--- # --------------------------------------------------------------------------
254257type : function
255258desc : " Updates mutable commands."
256- version : " 1.10 "
259+ version : " 1.9 "
257260class : $xCommandList
258261name : UpdateMutableCommandsExp
259262details :
@@ -275,7 +278,7 @@ returns:
275278--- # --------------------------------------------------------------------------
276279type : function
277280desc : " Updates the signal event for a mutable command in a mutable command list."
278- version : " 1.10 "
281+ version : " 1.9 "
279282class : $xCommandList
280283name : UpdateMutableCommandSignalEventExp
281284details :
0 commit comments