mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-16 04:08:35 +08:00
Add method to merge LSH pipelined state during cmd list execution
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
599553d86c
commit
53a3cd2cdd
@@ -67,6 +67,7 @@ HWTEST_F(EnqueueHandlerTest, givenLogicalStateHelperWhenDispatchingCommandsThenA
|
||||
|
||||
auto mockCmdQ = std::make_unique<MockCommandQueueHw<FamilyType>>(context, pClDevice, nullptr);
|
||||
auto logicalStateHelper = new LogicalStateHelperMock<FamilyType>();
|
||||
logicalStateHelper->makeFakeStreamWrite = true;
|
||||
|
||||
auto &ultCsr = static_cast<UltCommandStreamReceiver<FamilyType> &>(mockCmdQ->getGpgpuCommandStreamReceiver());
|
||||
ultCsr.logicalStateHelper.reset(logicalStateHelper);
|
||||
|
||||
Reference in New Issue
Block a user