Extend copy engine selector data

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-07-02 11:34:07 +00:00
committed by Compute-Runtime-Automation
parent d7a2a62ded
commit 6f6ee90aa5
8 changed files with 32 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ class CommandQueueHw : public CommandQueue {
CommandQueueHw(Context *context,
ClDevice *device,
const cl_queue_properties *properties,
bool internalUsage) : BaseClass(context, device, properties) {
bool internalUsage) : BaseClass(context, device, properties, internalUsage) {
auto clPriority = getCmdQueueProperties<cl_queue_priority_khr>(properties, CL_QUEUE_PRIORITY_KHR);