mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 20:39:56 +08:00
Revert "Revert "Enable cl_khr_subgroup_extensions""
This reverts commit bf3d57dd05.
Related-To: IGC-2680
Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
847bad4763
commit
96bc6b2e01
@@ -33,7 +33,14 @@ const char *deviceExtensionsList = "cl_khr_byte_addressable_store "
|
||||
"cl_intel_subgroups_char "
|
||||
"cl_intel_subgroups_long "
|
||||
"cl_khr_il_program "
|
||||
"cl_intel_mem_force_host_memory ";
|
||||
"cl_intel_mem_force_host_memory "
|
||||
"cl_khr_subgroup_extended_types "
|
||||
"cl_khr_subgroup_non_uniform_vote "
|
||||
"cl_khr_subgroup_ballot "
|
||||
"cl_khr_subgroup_non_uniform_arithmetic "
|
||||
"cl_khr_subgroup_shuffle "
|
||||
"cl_khr_subgroup_shuffle_relative "
|
||||
"cl_khr_subgroup_clustered_reduce ";
|
||||
|
||||
std::string getExtensionsList(const HardwareInfo &hwInfo) {
|
||||
std::string allExtensionsList;
|
||||
|
||||
Reference in New Issue
Block a user