Remove command queue constructor

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-07-23 10:36:36 +00:00
committed by Compute-Runtime-Automation
parent b37d46dd3d
commit 9bca773b91
44 changed files with 165 additions and 167 deletions

View File

@@ -64,7 +64,8 @@ struct CommandQueueFixture {
CommandQueue *createCommandQueue(
Context *context,
ClDevice *device,
cl_command_queue_properties properties);
cl_command_queue_properties properties,
bool internalUsage);
CommandQueue *pCmdQ = nullptr;
};