SWDEV-351377 - hipIpcOpenEventHandle need not reset device ID

Change-Id: If4b4a3dbdd8016accc7fc083911cafa8bcb44154


[ROCm/clr commit: e147318403]
Этот коммит содержится в:
Satyanvesh Dittakavi
2022-08-17 10:31:38 +00:00
родитель 213aad7615
Коммит 6996563bec
-1
Просмотреть файл
@@ -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,