mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +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
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user