mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
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:

committed by
Compute-Runtime-Automation

parent
d440d26c69
commit
bd5dc1524c
@ -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);
|
||||
|
Reference in New Issue
Block a user