mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Fix mutex order for event task and move args to gpu
This commit fixes problem with untransfered shared usm memory to gpu when there is submit to gpu trigerred by user event. Also there is a fix for dead lock problem caused by mixed orders of locking mutexes in csr and in direct submission controller. Related-To: NEO-6762 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d308df254c
commit
6ab6e1abff
@@ -258,7 +258,7 @@ class MockCommandQueueHw : public CommandQueueHw<GfxFamily> {
|
||||
MockCommandQueueHw(Context *context,
|
||||
ClDevice *device,
|
||||
cl_queue_properties *properties) : BaseClass(context, device, properties, false) {
|
||||
this->initializeBcsEngine(false);
|
||||
this->constructBcsEngine(false);
|
||||
}
|
||||
|
||||
void clearBcsEngines() {
|
||||
|
||||
Reference in New Issue
Block a user