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 3b716f1 commit aa04221Copy full SHA for aa04221
unified-runtime/source/adapters/level_zero/v2/kernel.cpp
@@ -422,7 +422,7 @@ ur_result_t urKernelSetArgPointer(
422
ur_kernel_handle_t hKernel, ///< [in] handle of the kernel object
423
uint32_t argIndex, ///< [in] argument index in range [0, num args - 1]
424
const ur_kernel_arg_pointer_properties_t
425
- *pProperties, ///< [in][optional] argument properties
+ * /*pProperties*/, ///< [in][optional] argument properties
426
const void
427
*pArgValue ///< [in] argument value represented as matching arg type.
428
) try {
0 commit comments