Add allocation size adjustment check

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2021-09-14 14:57:43 +00:00
committed by Compute-Runtime-Automation
parent af236c1a1d
commit 3c4885ecb8
4 changed files with 17 additions and 0 deletions

View File

@@ -163,4 +163,9 @@ std::vector<uint32_t> HwInfoConfigHw<IGFX_UNKNOWN>::getKernelSupportedThreadArbi
return std::vector<uint32_t>();
}
template <>
bool HwInfoConfigHw<IGFX_UNKNOWN>::isAllocationSizeAdjustmentRequired(const HardwareInfo &hwInfo) const {
return false;
}
} //namespace NEO