mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Ensure that submissions are flushed prior to csr destruction.
Change-Id: Ie04de561d3d295f40f55a19f01274d873d259abd
This commit is contained in:
@@ -93,6 +93,9 @@ struct TwoOOQsTwoDependentWalkers : public HelloWorldTest<OOQFixtureFactory>,
|
||||
ASSERT_EQ(CL_SUCCESS, retVal);
|
||||
HardwareParse::parseCommands<FamilyType>(*pCmdQ2);
|
||||
|
||||
pCmdQ->flush();
|
||||
pCmdQ2->flush();
|
||||
|
||||
Event *E1 = castToObject<Event>(event1);
|
||||
ASSERT_NE(nullptr, E1);
|
||||
Event *E2 = castToObject<Event>(event2);
|
||||
|
||||
Reference in New Issue
Block a user