Enable cl_intel_split_work_group_barrier extension for all platforms

Related-To: NEO-6991, NEO-6993

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-05-24 13:42:39 +00:00
committed by Compute-Runtime-Automation
parent d440d26c69
commit bd5dc1524c
6 changed files with 6 additions and 8 deletions

View File

@ -280,9 +280,10 @@ TEST_F(clGetDeviceInfoTests, GivenClDeviceExtensionsParamWhenGettingDeviceInfoTh
"cl_khr_subgroup_non_uniform_arithmetic ",
"cl_khr_subgroup_shuffle ",
"cl_khr_subgroup_shuffle_relative ",
"cl_khr_subgroup_clustered_reduce "
"cl_intel_device_attribute_query "
"cl_khr_suggested_local_work_size "};
"cl_khr_subgroup_clustered_reduce ",
"cl_intel_device_attribute_query ",
"cl_khr_suggested_local_work_size ",
"cl_intel_split_work_group_barrier "};
for (auto extension : supportedExtensions) {
auto foundOffset = extensionString.find(extension);