From 8fa8db44ae82d7c26172f0613ca59eb77407ef17 Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 3 Nov 2015 15:15:39 -0500
Subject: [PATCH] P4 to Git Change 1206990 by bdhanase@opencl_intel5 on
2015/11/03 15:09:06
SWDEV-78103 - Remove the extra flush from WriteMarker call.
Reviewed by: German
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#389 edit
[ROCm/clr commit: 0617e4e20878e8275c738c10c84cb27c0d4c9a9c]
---
projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp b/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp
index b688a8653b..68e5628454 100644
--- a/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp
+++ b/projects/clr/rocclr/runtime/device/gpu/gpuvirtual.cpp
@@ -2569,8 +2569,6 @@ VirtualGPU::submitSignal(amd::SignalCommand & vcmd)
GpuEvent gpuEvent;
eventBegin(MainEngine);
cs()->p2pMarkerOp(gpuMemory->gslResource(), vcmd.markerValue(), vcmd.markerOffset(), true);
- //! @todo We don't need flush if an event is tracked.
- cs()->Flush();
eventEnd(MainEngine, gpuEvent);
gpuMemory->setBusy(*this, gpuEvent);
// Update the global GPU event