Add report of extension cl_intel_split_work_group_barrier

Related-To: NEO-6746
Signed-off-by: Lukasz Wesierski <lukasz.wesierski@intel.com>
This commit is contained in:
Lukasz Wesierski
2022-02-28 20:26:26 +00:00
committed by Compute-Runtime-Automation
parent c0b7f05897
commit 886d4a36f7
2 changed files with 7 additions and 2 deletions

View File

@@ -118,7 +118,11 @@ EngineGroupType HwHelperHw<Family>::getEngineGroupType(aub_stream::EngineType en
template <>
std::string HwHelperHw<Family>::getExtensions() const {
return "cl_intel_subgroup_local_block_io ";
std::string extensions;
extensions += "cl_intel_subgroup_local_block_io ";
extensions += "cl_intel_split_work_group_barrier ";
return extensions;
}
template <>