Skip to content

Commit 0d68c55

Browse files
Baj, TomaszCompute-Runtime-Automation
Baj, Tomasz
authored andcommitted
Remove all TODOs
Related-To: NEO-6674 Signed-off-by: Baj, Tomasz <[email protected]>
1 parent 235f9be commit 0d68c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/source/os_interface/windows/wddm_memory_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ GraphicsAllocation *WddmMemoryManager::allocateGraphicsMemoryInDevicePool(const
10521052
allocationData.type == AllocationType::SCRATCH_SURFACE ||
10531053
allocationData.type == AllocationType::LINEAR_STREAM ||
10541054
allocationData.type == AllocationType::PRIVATE_SURFACE) {
1055-
// TODO : FOR DG2 device make sure that scratch doesn't go here
10561055
// add 2MB padding to make sure there are no overlaps between system and local memory
10571056
size_t reserveSizeAligned = sizeAligned + 2 * MemoryConstants::megaByte;
10581057
wddm.reserveValidAddressRange(reserveSizeAligned, requiredGpuVa);

0 commit comments

Comments
 (0)