• Chuanbo Weng's avatar
    Use vload to read unaligned data instead of dereference operator. · c5552788
    Chuanbo Weng authored
    According to opencl 1.2 spec 6.1.5:
        For arguments to a __kernel function declared to be a pointer to a
        data type, the OpenCL compiler can assume that the pointee is always
        appropriately aligned as required by the data type. The behavior of
        an unaligned load or store is undefined, except for the
        vloadn, vload_halfn, vstoren, and vstore_halfn functions defined in
        section 6.12.7.
    
    Original code read data of type T from address not aligned by multiple
    of sizeof(T), so the result is incorrect. With this patch, the cases
    ./opencv_perf_imgproc
    --gtest_filter=OCL_ImgSize_TmplSize_Method_MatType_MatchTemplate.MatchTemplate/*
    could work well with beignet 0.9.3.
    Signed-off-by: 's avatarChuanbo Weng <chuanbo.weng@intel.com>
    c5552788
Name
Last commit
Last update
..
androidcamera Loading commit data...
calib3d Loading commit data...
core Loading commit data...
cuda Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
features2d Loading commit data...
flann Loading commit data...
highgui Loading commit data...
imgcodecs Loading commit data...
imgproc Loading commit data...
java Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videoio Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...
refman.rst.in Loading commit data...