mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
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:
committed by
Compute-Runtime-Automation
parent
71a9731620
commit
03357b6089
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user