fix: iGPUs - increase size of reported global memory available on Windows to 94%

Related-To: NEO-8989, NEO-7229
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwolinski
2023-10-20 09:58:34 +00:00
committed by Compute-Runtime-Automation
parent 55abd8dc9a
commit ede8663e41
3 changed files with 3 additions and 3 deletions

View File

@@ -889,7 +889,7 @@ double WddmMemoryManager::getPercentOfGlobalMemoryAvailable(uint32_t rootDeviceI
if (isLocalMemorySupported(rootDeviceIndex)) {
return 0.98;
}
return 0.8;
return 0.94;
}
AlignedMallocRestrictions *WddmMemoryManager::getAlignedMallocRestrictions() {