mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add missing cast
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a7e1db9886
commit
496bdd77ae
@@ -222,7 +222,7 @@ cl_command_queue_capabilities_intel ClDevice::getQueueFamilyCapabilities(EngineG
|
||||
|
||||
cl_command_queue_capabilities_intel disabledProperties = 0u;
|
||||
if (hwHelper.isCopyOnlyEngineType(type)) {
|
||||
disabledProperties |= CL_QUEUE_CAPABILITY_KERNEL_INTEL;
|
||||
disabledProperties |= static_cast<cl_command_queue_capabilities_intel>(CL_QUEUE_CAPABILITY_KERNEL_INTEL);
|
||||
}
|
||||
|
||||
if (disabledProperties != 0) {
|
||||
|
||||
Reference in New Issue
Block a user