feature: Add new API to append kernel with support to additional parameters

Related-To: NEO-15565,GSD-10660
Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
This commit is contained in:
Aleksandra Nizio
2025-08-19 13:14:45 +00:00
committed by Compute-Runtime-Automation
parent 40ad3cf6f1
commit 617a736630
14 changed files with 163 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ struct Event;
RR_CAPTURED_API(zeCommandListAppendLaunchKernel) \
RR_CAPTURED_API(zeCommandListAppendLaunchCooperativeKernel) \
RR_CAPTURED_API(zeCommandListAppendLaunchKernelIndirect) \
RR_CAPTURED_API(zeCommandListAppendLaunchKernelWithParameters) \
RR_CAPTURED_API(zeCommandListAppendLaunchMultipleKernelsIndirect) \
RR_CAPTURED_API(zeCommandListAppendSignalExternalSemaphoreExt) \
RR_CAPTURED_API(zeCommandListAppendWaitExternalSemaphoreExt) \