SWDEV-351377 - hipIpcOpenEventHandle need not reset device ID

Change-Id: If4b4a3dbdd8016accc7fc083911cafa8bcb44154


[ROCm/clr commit: e147318403]
This commit is contained in:
Satyanvesh Dittakavi
2022-08-17 10:31:38 +00:00
parent 213aad7615
commit 6996563bec
@@ -211,7 +211,6 @@ hipError_t IPCEvent::OpenHandle(ihipIpcEventHandle_t* handle) {
}
ipc_evt_.ipc_shmem_->owners += 1;
setDeviceId(ipc_evt_.ipc_shmem_->owners_device_id.load());
// device sets 0 to this ptr when the ipc event is completed
hipError_t status = hipSuccess;
status = ihipHostRegister(&ipc_evt_.ipc_shmem_->signal,