mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
052c961eea
commit
618f1dd346
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user