We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3b80a commit 79172e7Copy full SHA for 79172e7
scripts/core/EXT_Exp_MutableCommandList.rst
@@ -277,14 +277,6 @@ Mutation of kernels must obey two rules:
277
&argValue // pArgValue
278
};
279
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
-
288
// Prepare to update mutable commands
289
${x}_mutable_commands_exp_desc_t desc = {
290
${X}_STRUCTURE_TYPE_MUTABLE_COMMANDS_EXP_DESC, // stype
0 commit comments