mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Remove checking for 32 bit support
Related-To: NEO-6110 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
34be220943
commit
ec28084ed4
@@ -31,14 +31,6 @@ bool prepareDeviceEnvironments(ExecutionEnvironment &executionEnvironment) {
|
||||
unsupportedDeviceDetected = true;
|
||||
}
|
||||
|
||||
if (is32bit) {
|
||||
#ifdef SUPPORT_XE_HP_SDV
|
||||
if (executionEnvironment.rootDeviceEnvironments[i]->getHardwareInfo()->platform.eProductFamily == IGFX_XE_HP_SDV) {
|
||||
unsupportedDeviceDetected = true;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (unsupportedDeviceDetected) {
|
||||
executionEnvironment.rootDeviceEnvironments.erase(executionEnvironment.rootDeviceEnvironments.begin() + i);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user