Add override for gfxPartitionLayout in WSL DG1 path

Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2021-11-30 12:43:06 +00:00
committed by Compute-Runtime-Automation
parent 725e556f25
commit 3218b784e8
6 changed files with 35 additions and 15 deletions

View File

@@ -30,5 +30,10 @@ int HwInfoConfigHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, OS
return 0;
}
template <>
bool HwInfoConfigHw<gfxProduct>::overrideGfxPartitionLayoutForWsl() const {
return true;
}
template class HwInfoConfigHw<gfxProduct>;
} // namespace NEO