diff --git a/opencl/source/dll/command_queue_dll.cpp b/opencl/source/dll/command_queue_dll.cpp index 1d86c9ff3d..a73659af45 100644 --- a/opencl/source/dll/command_queue_dll.cpp +++ b/opencl/source/dll/command_queue_dll.cpp @@ -18,7 +18,7 @@ bool CommandQueue::isTimestampWaitEnabled() { } bool checkIsGpuCopyRequiredForDcFlushMitigation(AllocationType type) { - return type != AllocationType::bufferHostMemory; + return true; } } // namespace NEO