SWDEV-356560 - updating error msg to match cuda
Change-Id: I1c387cf04d041257b4d168b4cf4d8949153fd69f
This commit is contained in:
zatwierdzone przez
Payam Ghafari
rodzic
2b426a632f
commit
06edbb8177
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user