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
This commit is contained in:
@@ -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
|
||||
|
||||
Verwijs in nieuw issue
Block a user