mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Refactor around cache flush and command queue
Change-Id: I277e27cbc60fbbb015c0024f171697408879ec0b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -58,7 +58,7 @@ struct TwoIOQsTwoDependentWalkers : public HelloWorldTest<HelloWorldFixtureFacto
|
||||
HardwareParse::parseCommands<FamilyType>(*pCmdQ);
|
||||
|
||||
// Create a second command queue (beyond the default one)
|
||||
pCmdQ2 = createCommandQueue(pDevice, 0);
|
||||
pCmdQ2 = createCommandQueue(pDevice);
|
||||
ASSERT_NE(nullptr, pCmdQ2);
|
||||
|
||||
retVal = pCmdQ2->enqueueKernel(
|
||||
|
||||
Reference in New Issue
Block a user