mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user