mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +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
@@ -1032,7 +1032,7 @@ HWTEST_F(TimestampPacketTests, givenTimestampPacketWriteEnabledWhenDispatchingTh
|
||||
|
||||
MockMultiDispatchInfo multiDispatchInfo(device.get(), std::vector<Kernel *>({kernel->mockKernel}));
|
||||
|
||||
MockCommandQueue mockCmdQ2(&context2, device2.get(), nullptr);
|
||||
MockCommandQueue mockCmdQ2(&context2, device2.get(), nullptr, false);
|
||||
auto &cmdStream = mockCmdQ->getCS(0);
|
||||
|
||||
const cl_uint eventsOnWaitlist = 6;
|
||||
|
||||
Reference in New Issue
Block a user