mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Correct media_block_io extension reporting
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9ddf47b8b4
commit
3dbe37c423
@@ -146,7 +146,7 @@ void ClDevice::initializeCaps() {
|
||||
if (supportsVme) {
|
||||
deviceExtensions += "cl_intel_spirv_device_side_avc_motion_estimation ";
|
||||
}
|
||||
if (hwInfo.capabilityTable.supportsImages) {
|
||||
if (hwHelper.isMediaBlockIOSupported(hwInfo)) {
|
||||
deviceExtensions += "cl_intel_spirv_media_block_io ";
|
||||
}
|
||||
deviceExtensions += "cl_intel_spirv_subgroups ";
|
||||
|
||||
Reference in New Issue
Block a user