mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Remove command queue constructor
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b37d46dd3d
commit
9bca773b91
@@ -1707,7 +1707,7 @@ HWTEST_F(CommandStreamReceiverFlushTaskTests, GivenBlockedKernelWhenItIsUnblocke
|
||||
pDevice->resetCommandStreamReceiver(csr);
|
||||
uint32_t numGrfRequired = 666u;
|
||||
|
||||
auto pCmdQ = std::make_unique<MockCommandQueue>(&mockContext, pClDevice, nullptr);
|
||||
auto pCmdQ = std::make_unique<MockCommandQueue>(&mockContext, pClDevice, nullptr, false);
|
||||
auto mockProgram = std::make_unique<MockProgram>(&mockContext, false, toClDeviceVector(*pClDevice));
|
||||
|
||||
auto pKernel = MockKernel::create(*pDevice, mockProgram.get(), numGrfRequired);
|
||||
|
||||
Reference in New Issue
Block a user