mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Remove all TODOs
Related-To: NEO-6674 Signed-off-by: Baj, Tomasz <tomasz.baj@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
235f9be779
commit
0d68c55198
@@ -1052,7 +1052,6 @@ GraphicsAllocation *WddmMemoryManager::allocateGraphicsMemoryInDevicePool(const
|
||||
allocationData.type == AllocationType::SCRATCH_SURFACE ||
|
||||
allocationData.type == AllocationType::LINEAR_STREAM ||
|
||||
allocationData.type == AllocationType::PRIVATE_SURFACE) {
|
||||
// TODO : FOR DG2 device make sure that scratch doesn't go here
|
||||
// add 2MB padding to make sure there are no overlaps between system and local memory
|
||||
size_t reserveSizeAligned = sizeAligned + 2 * MemoryConstants::megaByte;
|
||||
wddm.reserveValidAddressRange(reserveSizeAligned, requiredGpuVa);
|
||||
|
||||
Reference in New Issue
Block a user