mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
sys_ocldev
parent
38556cec29
commit
1bff5a7bcb
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user