mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Remove commandStreamReceiver lock in clSetUserEventStatus
Change-Id: I9a095e2b34aef33f8c8fb210445727dec3aefbfa
This commit is contained in:
committed by
sys_ocldev
parent
a58a897bf3
commit
8feab5e570
@@ -1797,7 +1797,6 @@ cl_int CL_API_CALL clSetUserEventStatus(cl_event event,
|
||||
return retVal;
|
||||
}
|
||||
|
||||
auto commandStreamReceiverOwnership = userEvent->getContext()->getDevice(0)->getDefaultEngine().commandStreamReceiver->obtainUniqueOwnership();
|
||||
userEvent->setStatus(executionStatus);
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user