Dynamically expose VME extensions

Change-Id: Ia562361aeea70020cd99f813ea325fa88ca37006
Signed-off-by: Koska, Andrzej <andrzej.koska@intel.com>
Related-To: NEO-3416
This commit is contained in:
Koska, Andrzej
2019-07-18 16:46:35 +02:00
committed by sys_ocldev
parent 38556cec29
commit 1bff5a7bcb
10 changed files with 35 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ void Device::initializeCaps() {
deviceInfo.packedYuvExtension = true;
}
if (DebugManager.flags.EnableIntelVme.get() && supportsVme) {
deviceExtensions += "cl_intel_motion_estimation ";
deviceExtensions += "cl_intel_motion_estimation cl_intel_device_side_avc_motion_estimation ";
deviceInfo.vmeExtension = true;
}
if (DebugManager.flags.EnableIntelAdvancedVme.get() && supportsVme) {