mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
performance: enable staging copies in L0
Related-To: NEO-14026 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d8cc70a130
commit
0b8fab0713
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user