performance: enable staging copies in L0

Related-To: NEO-14026

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-08-29 11:12:36 +00:00
committed by Compute-Runtime-Automation
parent d8cc70a130
commit 0b8fab0713
2 changed files with 0 additions and 9 deletions

View File

@@ -1915,9 +1915,6 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::appendStagingMemoryCo
template <GFXCORE_FAMILY gfxCoreFamily>
bool CommandListCoreFamilyImmediate<gfxCoreFamily>::isValidForStagingTransfer(const void *dstptr, const void *srcptr, size_t size, bool hasDependencies) {
if (NEO::debugManager.flags.EnableCopyWithStagingBuffers.get() != 1) {
return false;
}
if (this->useAdditionalBlitProperties) {
return false;
}