• Zhigang Gong's avatar
    Avoid unmap an umat(ocl) which hasn't been mapped at all. · 2e49ca49
    Zhigang Gong authored
    According to opencl 1.2 spec 5.4.2:
      enqueues a command to unmap a previously mapped region of a memory object.
      ...
      CL_INVALID_VALUE if mapped_ptr is not a valid pointer returned by
      clEnqueueMapBuffer, or clEnqueueMapImage for memobj.
    
    So if the u->data is not from a clEnqueueMapBuffer call, we should not
    call clEnqueueUnmapMemObject() unmap it. With this patch, the cases
    ./opencv_test_video --gtest_filter=OCL_Video/FarnebackOpticalFlow.Mat/*
    could work well with beignet 0.9.1, Otherwise, it will get a
    CL_INVALID_VALUE at the clEnqueueUnmapMemObject().
    Signed-off-by: 's avatarZhigang Gong <zhigang.gong@intel.com>
    2e49ca49
Name
Last commit
Last update
..
cuda Loading commit data...
opencl Loading commit data...
affine.hpp Loading commit data...
base.hpp Loading commit data...
bufferpool.hpp Loading commit data...
core.hpp Loading commit data...
core_c.h Loading commit data...
cuda.hpp Loading commit data...
cuda.inl.hpp Loading commit data...
cuda_stream_accessor.hpp Loading commit data...
cuda_types.hpp Loading commit data...
cvdef.h Loading commit data...
cvstd.hpp Loading commit data...
cvstd.inl.hpp Loading commit data...
directx.hpp Loading commit data...
eigen.hpp Loading commit data...
ippasync.hpp Loading commit data...
mat.hpp Loading commit data...
mat.inl.hpp Loading commit data...
matx.hpp Loading commit data...
ocl.hpp Loading commit data...
ocl_genbase.hpp Loading commit data...
opengl.hpp Loading commit data...
operations.hpp Loading commit data...
persistence.hpp Loading commit data...
private.cuda.hpp Loading commit data...
private.hpp Loading commit data...
ptr.inl.hpp Loading commit data...
traits.hpp Loading commit data...
types.hpp Loading commit data...
types_c.h Loading commit data...
utility.hpp Loading commit data...
version.hpp Loading commit data...
wimage.hpp Loading commit data...