mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Remove redundant DualSubSliceCount checks
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ed649fae66
commit
5e85fe5042
@@ -194,6 +194,8 @@ bool Device::createDeviceImpl() {
|
||||
setAsEngineInstanced();
|
||||
|
||||
auto &hwInfo = getHardwareInfo();
|
||||
UNRECOVERABLE_IF(0 == hwInfo.gtSystemInfo.DualSubSliceCount);
|
||||
|
||||
preemptionMode = PreemptionHelper::getDefaultPreemptionMode(hwInfo);
|
||||
|
||||
auto &hwHelper = HwHelper::get(hwInfo.platform.eRenderCoreFamily);
|
||||
|
||||
Reference in New Issue
Block a user