SWDEV-351377 - hipIpcOpenEventHandle need not reset device ID
Change-Id: If4b4a3dbdd8016accc7fc083911cafa8bcb44154
[ROCm/clr commit: e147318403]
Этот коммит содержится в:
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user