mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Extend copy engine selector data
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d7a2a62ded
commit
6f6ee90aa5
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user