fix: Always copy hostptr on gpu when mitigate dc flush

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-08-29 10:30:37 +00:00
committed by Compute-Runtime-Automation
parent 8e14f515f2
commit 7550e55d64

View File

@@ -18,7 +18,7 @@ bool CommandQueue::isTimestampWaitEnabled() {
}
bool checkIsGpuCopyRequiredForDcFlushMitigation(AllocationType type) {
return type != AllocationType::bufferHostMemory;
return true;
}
} // namespace NEO