Commit 7d91b8ef authored by Alexander Karsakov's avatar Alexander Karsakov

Removed redundant clFinish() after clEnqueueUnmapMemObject()

sss
parent 21f1a0ee
......@@ -3959,7 +3959,6 @@ public:
u->markDeviceMemMapped(false);
CV_Assert( (retval = clEnqueueUnmapMemObject(q,
(cl_mem)u->handle, u->data, 0, 0, 0)) == CL_SUCCESS );
CV_OclDbgAssert(clFinish(q) == CL_SUCCESS);
u->data = 0;
}
else if( u->copyOnMap() && u->deviceCopyObsolete() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment