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

@@ -154,7 +154,7 @@ ze_result_t DeviceImp::submitCopyForP2P(ze_device_handle_t hPeerDevice, ze_bool_
L0::CommandList::fromHandle(commandList)->close();
if (ret == ZE_RESULT_SUCCESS) {
ret = L0::CommandQueue::fromHandle(commandQueue)->executeCommandLists(1, &commandList, nullptr, true);
ret = L0::CommandQueue::fromHandle(commandQueue)->executeCommandLists(1, &commandList, nullptr, true, nullptr, 0, nullptr);
if (ret == ZE_RESULT_SUCCESS) {
this->crossAccessEnabledDevices[peerRootDeviceIndex] = true;
pPeerDevice->crossAccessEnabledDevices[this->getNEODevice()->getRootDeviceIndex()] = true;