mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Revert "performance: enable staging copy in L0"
This reverts commit 57e4cc025f.
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6a572cd61c
commit
6526a7fb66
@@ -1913,6 +1913,9 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user