mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +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
@@ -988,7 +988,7 @@ TEST(VaSharingFunctions, givenNumEntriesLowerThanSupportedFormatsWhenGettingSupp
|
||||
TEST_F(VaSharingTests, givenInteropUserSyncIsNotSpecifiedDuringContextCreationWhenEnqueueReleaseVAIsCalledThenAllWorkAlreadySubmittedShouldCompleteExecution) {
|
||||
struct MockCommandQueueToTestFinish : MockCommandQueue {
|
||||
MockCommandQueueToTestFinish(Context *context, ClDevice *device, const cl_queue_properties *props)
|
||||
: MockCommandQueue(context, device, props) {
|
||||
: MockCommandQueue(context, device, props, false) {
|
||||
}
|
||||
cl_int finish() override {
|
||||
finishCalled = true;
|
||||
|
||||
Reference in New Issue
Block a user