opencv/modules/core/src/opencl
Vadim Pisarevsky 07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests
* fixed several problems when running tests on Mac:
* OCL_pyrUp
* OCL_flip
* some basic UMat tests
* histogram badarg test (out of range access)

* retained the storepix fix in ocl_flip only for 16U/16S datatype, where the OpenCL compiler on Mac generates incorrect code

* moved deletion of ACCESS_FAST flag to non-SVM branch (where SVM is shared virtual memory (in OpenCL 2.x), not support vector machine)

* force OpenCL to use read/write for GPU<=>CPU memory transfers on machines with discrete video only on Macs. On Windows/Linux the drivers are seemingly smart enough to implement map/unmap properly (and maybe more efficiently than explicit read/write)
2020-02-21 16:13:41 +03:00
..
runtime OpenCL: FreeBSD build fix 2019-09-02 18:30:53 +01:00
arithm.cl core(ocl): replace ambiguous 'depth' to 'DEPTH_dst' 2018-10-14 02:18:04 +00:00
convert.cl
copymakeborder.cl
copyset.cl
cvtclr_dx.cl Fix #10557 2018-03-30 16:32:15 +08:00
fft.cl core(ocl): fix fft kernel compilation 2019-09-03 15:46:53 +03:00
flip.cl Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 2020-02-21 16:13:41 +03:00
gemm.cl
halfconvert.cl add OpenCL version of convertFp16 and test 2017-05-23 20:00:21 +09:00
inrange.cl
intel_gemm.cl Merge pull request #8104 from insoow:master 2017-04-19 12:57:54 +03:00
lut.cl
meanstddev.cl
minmaxloc.cl
mixchannels.cl
mulspectrums.cl
normalize.cl
reduce2.cl
reduce.cl
repeat.cl
set_identity.cl
split_merge.cl
transpose.cl