* 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) |
||
|---|---|---|
| .. | ||
| runtime | ||
| arithm.cl | ||
| convert.cl | ||
| copymakeborder.cl | ||
| copyset.cl | ||
| cvtclr_dx.cl | ||
| fft.cl | ||
| flip.cl | ||
| gemm.cl | ||
| halfconvert.cl | ||
| inrange.cl | ||
| intel_gemm.cl | ||
| 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 | ||