mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Revert "fix: configure ISA Pool params based on productHelper"
This reverts commit bf20ae7ae8.
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b32f726913
commit
f5e37e725c
@@ -62,8 +62,7 @@ bool KernelInfo::createKernelAllocation(const Device &device, bool internalIsa)
|
||||
|
||||
AllocationProperties properties = {device.getRootDeviceIndex(), kernelIsaSize, allocType, device.getDeviceBitfield()};
|
||||
|
||||
if (device.getProductHelper().is2MBLocalMemAlignmentEnabled() ||
|
||||
debugManager.flags.AlignLocalMemoryVaTo2MB.get() == 1) {
|
||||
if (debugManager.flags.AlignLocalMemoryVaTo2MB.get() == 1) {
|
||||
properties.alignment = MemoryConstants::pageSize2M;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user