mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
feature: Enable support for cl_intel_subgroup_2d_block_io
This change enables support for cl_intel_subgroup_2d_block_io extension for PVC and later. Related-To: GSD-7825 Signed-off-by: Ratajewski, Andrzej <andrzej.ratajewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
014720fc29
commit
0b0f7bd4cd
@@ -192,6 +192,9 @@ std::string CompilerProductHelperHw<gfxProduct>::getDeviceExtensions(const Hardw
|
||||
if (isSubgroupExtendedBlockReadSupported()) {
|
||||
extensions += "cl_intel_subgroup_extended_block_read ";
|
||||
}
|
||||
if (isSubgroup2DBlockIOSupported()) {
|
||||
extensions += "cl_intel_subgroup_2d_block_io ";
|
||||
}
|
||||
if (isDotIntegerProductExtensionSupported()) {
|
||||
extensions += "cl_khr_integer_dot_product ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user