We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f9be commit 0d68c55Copy full SHA for 0d68c55
shared/source/os_interface/windows/wddm_memory_manager.cpp
@@ -1052,7 +1052,6 @@ GraphicsAllocation *WddmMemoryManager::allocateGraphicsMemoryInDevicePool(const
1052
allocationData.type == AllocationType::SCRATCH_SURFACE ||
1053
allocationData.type == AllocationType::LINEAR_STREAM ||
1054
allocationData.type == AllocationType::PRIVATE_SURFACE) {
1055
- // TODO : FOR DG2 device make sure that scratch doesn't go here
1056
// add 2MB padding to make sure there are no overlaps between system and local memory
1057
size_t reserveSizeAligned = sizeAligned + 2 * MemoryConstants::megaByte;
1058
wddm.reserveValidAddressRange(reserveSizeAligned, requiredGpuVa);
0 commit comments