feature: Implement zeCommandListImmediateAppendCommandListsExp [1/N]

Prepare execute call to accept event args

Related-To: NEO-10356

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2024-02-14 12:55:20 +00:00
committed by Compute-Runtime-Automation
parent 052c961eea
commit 618f1dd346
39 changed files with 320 additions and 299 deletions

View File

@@ -30,7 +30,7 @@ ze_result_t zeCommandQueueExecuteCommandLists(
uint32_t numCommandLists,
ze_command_list_handle_t *phCommandLists,
ze_fence_handle_t hFence) {
return L0::CommandQueue::fromHandle(hCommandQueue)->executeCommandLists(numCommandLists, phCommandLists, hFence, true);
return L0::CommandQueue::fromHandle(hCommandQueue)->executeCommandLists(numCommandLists, phCommandLists, hFence, true, nullptr, 0, nullptr);
}
ze_result_t zeCommandQueueSynchronize(