mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "Disable cl_khr_subgroups extension"
This reverts commit 332e02ef27.
Change-Id: I913d0a00286f46b9c08913d925e1be08b31c367f
This commit is contained in:
committed by
sys_ocldev
parent
ecade0a153
commit
dbad1d7081
@@ -123,18 +123,16 @@ void Device::initializeCaps() {
|
||||
auto supportsVme = hwInfo.capabilityTable.supportsVme;
|
||||
auto supportsAdvancedVme = hwInfo.capabilityTable.supportsVme;
|
||||
|
||||
deviceInfo.independentForwardProgress = false;
|
||||
|
||||
if (enabledClVersion >= 21) {
|
||||
if (hwHelper.allowsIndependentForwardProgress()) {
|
||||
deviceInfo.independentForwardProgress = true;
|
||||
deviceExtensions += "cl_khr_subgroups ";
|
||||
}
|
||||
deviceInfo.independentForwardProgress = true;
|
||||
deviceExtensions += "cl_khr_subgroups ";
|
||||
deviceExtensions += "cl_khr_il_program ";
|
||||
deviceExtensions += "cl_intel_spirv_device_side_avc_motion_estimation ";
|
||||
deviceExtensions += "cl_intel_spirv_media_block_io ";
|
||||
deviceExtensions += "cl_intel_spirv_subgroups ";
|
||||
deviceExtensions += "cl_khr_spirv_no_integer_wrap_decoration ";
|
||||
} else {
|
||||
deviceInfo.independentForwardProgress = false;
|
||||
}
|
||||
|
||||
if (enabledClVersion >= 20) {
|
||||
|
||||
Reference in New Issue
Block a user