P4 to Git Change 1417118 by gandryey@gera-w8 on 2017/06/01 15:09:16

SWDEV-111607 - [Vega][Redstone] Blender 2.78 Corruption observed on generated image
	- Add submit() call for CU cache invalidation to make sure the HW operation was counted

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#25 edit
This commit is contained in:
foreman
2017-06-01 15:16:52 -04:00
parent e67ecb4135
commit c9760c9f39
+1
View File
@@ -462,6 +462,7 @@ class VirtualGPU : public device::VirtualDevice {
barrier.pTransitions = &trans;
barrier.waitPoint = Pal::HwPipePreCs;
iCmd()->CmdBarrier(barrier);
queues_[engineID_]->submit(false);
}
void eventBegin(EngineType engId) const {