SWDEV-356560 - updating error msg to match cuda

Change-Id: I1c387cf04d041257b4d168b4cf4d8949153fd69f


[ROCm/clr commit: 06edbb8177]
Этот коммит содержится в:
pghafari
2022-11-07 20:21:20 -05:00
коммит произвёл Payam Ghafari
родитель 8eb0efc660
Коммит 418f1d6460
+1 -1
Просмотреть файл
@@ -189,7 +189,7 @@ hipError_t IPCEvent::enqueueRecordCommand(hipStream_t stream, amd::Command* comm
hipError_t IPCEvent::GetHandle(ihipIpcEventHandle_t* handle) {
if (!createIpcEventShmemIfNeeded()) {
return hipErrorInvalidConfiguration;
return hipErrorInvalidValue;
}
ipc_evt_.ipc_shmem_->owners_device_id = deviceId();
ipc_evt_.ipc_shmem_->owners_process_id = getpid();