feature: add support for the cl_khr_extended_bit_ops extension

Related-To: NEO-10337

Signed-off-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
This commit is contained in:
Ben Ashbaugh
2024-01-26 22:59:21 +00:00
committed by Compute-Runtime-Automation
parent 3363b10fa0
commit 32f80e1131
2 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ std::string CompilerProductHelperHw<gfxProduct>::getDeviceExtensions(const Hardw
"cl_khr_subgroup_shuffle_relative "
"cl_khr_subgroup_clustered_reduce "
"cl_intel_device_attribute_query "
"cl_khr_extended_bit_ops "
"cl_khr_suggested_local_work_size "
"cl_intel_split_work_group_barrier ";