P4 to Git Change 1243406 by gandryey@gera-rcf-lnx on 2016/03/03 13:52:23

SWDEV-79445 - Add cache flush if memdependency disabled.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#397 edit


[ROCm/clr commit: fd2bcde17e]
这个提交包含在:
foreman
2016-03-03 14:08:00 -05:00
父节点 8708186e52
当前提交 18c6f68b08
@@ -57,6 +57,8 @@ VirtualGPU::MemoryDependency::validate(
bool flushL1Cache = false;
if (maxMemObjectsInQueue_ == 0) {
// Flush cache
gpu.flushCUCaches();
return;
}