mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Apply getPaddingForISAAllocation PVC implementation to PVC and later platforms
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b778863b4
commit
55dcca993c
@@ -165,14 +165,6 @@ uint32_t HwHelperHw<Family>::getMaxNumSamplers() const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
template <>
|
||||
size_t HwHelperHw<Family>::getPaddingForISAAllocation() const {
|
||||
if (DebugManager.flags.ForceExtendedKernelIsaSize.get() >= 1) {
|
||||
return 0xE00 + (MemoryConstants::pageSize * DebugManager.flags.ForceExtendedKernelIsaSize.get());
|
||||
}
|
||||
return 0xE00;
|
||||
}
|
||||
|
||||
template <>
|
||||
size_t MemorySynchronizationCommands<Family>::getSizeForSingleAdditionalSynchronization(const HardwareInfo &hwInfo) {
|
||||
const auto &hwInfoConfig = *HwInfoConfig::get(hwInfo.platform.eProductFamily);
|
||||
|
||||
Reference in New Issue
Block a user