Skip to content

Commit 79172e7

Browse files
zzdanowiczpbg-intel
authored andcommitted
updates to kernel mutation code sample
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent be3b80a commit 79172e7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/core/EXT_Exp_MutableCommandList.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,6 @@ Mutation of kernels must obey two rules:
277277
&argValue // pArgValue
278278
};
279279
280-
// set new kernel
281-
${x}_mutable_kernel_instruction_exp_desc_t krnlDesc = {
282-
${X}_STRUCTURE_TYPE_MUTABLE_KERNEL_INSTRUCTION_EXP_DESC, // stype
283-
&krnlArgScalarDesc, // pNext
284-
mutableKernelCommandId, // commandId
285-
copyKernel, // hKernel
286-
};
287-
288280
// Prepare to update mutable commands
289281
${x}_mutable_commands_exp_desc_t desc = {
290282
${X}_STRUCTURE_TYPE_MUTABLE_COMMANDS_EXP_DESC, // stype

0 commit comments

Comments
 (0)