fix: reduce USM pool size for platforms prior Xe2

Related-To: NEO-16192

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-09-23 13:14:01 +00:00
committed by Compute-Runtime-Automation
parent 452475a0b9
commit 797807bea8
15 changed files with 50 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
#include "shared/source/memory_manager/usm_pool_params.h"
namespace NEO {
size_t UsmPoolParams::getUsmPoolSize() {
size_t UsmPoolParams::getUsmPoolSize(const GfxCoreHelper &gfxCoreHelper) {
return MemoryConstants::pageSize;
}
} // namespace NEO