Remove not needed method.

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2022-01-20 10:56:41 +00:00
committed by Compute-Runtime-Automation
parent 8aaa927869
commit 27c43b27f3
12 changed files with 7 additions and 75 deletions

View File

@@ -37,11 +37,6 @@ void HwHelperHw<Family>::adjustDefaultEngineType(HardwareInfo *pHwInfo) {
}
}
template <>
inline bool HwHelperHw<Family>::isSpecialWorkgroupSizeRequired(const HardwareInfo &hwInfo, bool isSimulation) const {
return false;
}
template <>
bool HwHelperHw<Family>::is1MbAlignmentSupported(const HardwareInfo &hwInfo, bool isCompressionEnabled) const {
return !hwInfo.workaroundTable.flags.waAuxTable64KGranular && isCompressionEnabled;