performance: adjust size threshold for staging on linux

Related-To: NEO-15973

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-09-05 13:54:01 +00:00
committed by Compute-Runtime-Automation
parent 71a9731620
commit 03357b6089
7 changed files with 9 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ bool OSInterface::isLockablePointer(bool isLockable) const {
return isLockable;
}
bool OSInterface::isSizeWithinThresholdForStaging(size_t size, bool isIGPU) const {
bool OSInterface::isSizeWithinThresholdForStaging(size_t size) const {
return true;
}