P4 to Git Change 1091636 by gandryey@gera-dev-w7 on 2014/10/28 15:50:12

EPR #407803 - [CQE OCL][2.0][PERF][QR] BasemarkCL's 3 subtests having ~9-14% Perf drop. Faulty CL:1087490
	- Remove unnecessary flush from acquire

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#44 edit


[ROCm/clr commit: d92c967b75]
This commit is contained in:
foreman
2014-10-28 16:55:32 -04:00
parent f69e0bb393
commit 2186a93d3c
@@ -2165,7 +2165,6 @@ clEnqueueAcquireExtObjectsAMD(cl_command_queue command_queue,
LogWarning("\"amdContext\" is not created from GL context or share list");
return CL_INVALID_CONTEXT;
}
hostQueue.context().glenv()->glFlush_();
}
std::vector<amd::Memory*> memObjects;