206 Commits (159ea22b6b087c14a82a3ba55885234edbba94b2)

Author SHA1 Message Date
Alexander Alekhin c38620e966 ocl: update OpenCL runtime loader 7 years ago
Alexander Alekhin b389c1cfe7 core(ocl): syntax fix 7 years ago
Wu Zhiwen dbe9ee0924 ocl: simplify ocl::Timer 7 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 7 years ago
Alexander Alekhin 44b75eb116 core: fix OpenCL runtime compilation with HAVE_OPENCL_STATIC 8 years ago
Ricardo Ribalda Delgado 6fc5697950 ocl: Fix OpenCL library detection in Linux 8 years ago
Maksim Shabunin 02db592014 Fixed several issues found by static analysis (Windows specific) 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Tomoaki Teshima d81cdb8e1c add OpenCL version of convertFp16 and test 8 years ago
insoow 2922738b6d Merge pull request #8104 from insoow:master 8 years ago
Alexander Alekhin fe8501c931 ocl: fix SVM code 8 years ago
Alexander Alekhin 411e551335 ocl: autogenerated code 9 years ago
Alexander Alekhin a0add98b30 ocl: eliminate build warning 9 years ago
Alexander Alekhin c7bdbef504 ocl: fix OpenGL sharing detection (6052) 9 years ago
Alexander Alekhin 87bbaa2c27 ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include) 9 years ago
Alexander Alekhin 7e472fbf68 ocl: thread-safe OpenCL loading (6056) 9 years ago
Vladimir Dudnik 6bd01a96d9 finished with NV12 support for D3D11-interop. Now, if texture is in NV12 format then it will be converted to/from BGR UMat. 10 years ago
Vladimir Dudnik d4774ead43 d3d11-nv12 interop 10 years ago
Yan Wang 132416ebe9 It is unnecessary to use fma() if no scaling. 10 years ago
Alexander Alekhin c0d61964d6 ocl: fix unaligned memory access 10 years ago
Alexander Alekhin 04b2edcc8c ocl: autogenerated files for cl_gl.h 10 years ago
Alexander Alekhin ee68d26f99 ocl: update generator scripts 10 years ago
Vadim Pisarevsky d280205245 fixed compile errors on ARM, as well as failures in OCL_Dft* regression tests 10 years ago
Alexander Alekhin f282fd0ebf ocl: print missing error message only if OPENCV_OPENCL_RUNTIME is used 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Alexander Karsakov 462c3c25a9 Removed incorrect using of rootn() and powr() in ocl_pow 10 years ago
ElenaGvozdeva d88fdd0378 use LOCAL_SIZE+1 10 years ago
ElenaGvozdeva 65b8a1cb37 Some small fixes 10 years ago
Elena Gvozdeva c5a2879ce0 use vectors 10 years ago
Elena Gvozdeva 2d89df1804 use local memory 10 years ago
Elena Gvozdeva d78bc3c321 naive implementation 10 years ago
Alexander Karsakov c942c6539a Remove mul24 since id can be larger 2^23 11 years ago
Ilya Lavrenov 71ec6144bd attempt to fix compilation of OpenCL cv::transpose for AMD 11 years ago
Alexander Alekhin 57fec2f2da OCL: enable clAmdFftGetVersion 11 years ago
Alexander Karsakov 491bf41356 Disabled native_sqrt for double, since it may be not implemented and gives compilation error. 11 years ago
Alexander Karsakov a89ff402fc Refactoring of OCL_FftPlan class 11 years ago
Alexander Karsakov 3ae95150c7 Added double support for OCL version of DFT 11 years ago
vbystricky 1fe403f461 Enable OpenCL version of norm and convertScaleAbs or 32F data 11 years ago
Alexander Karsakov c3100eeb19 Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes. 11 years ago
vbystricky 6fb282aa39 Remove mul24, for CV8UC3 3840x2160 it generates implementation specific result 11 years ago
Alexander Karsakov 6ad4521b78 Fixed typos 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
vbystricky 774d277c1f Fix error in OpenCl version of meanstddev for continues src and not continues mask 11 years ago
vbystricky 11a0e3ff78 Fix error in OCL minmaxloc 11 years ago
Elena Gvozdeva fe29af2e58 Fixed bug in reduce.cl 11 years ago
Alexander Karsakov 37d01e2d27 Added license header, using cv::Ptr, small fixes. 11 years ago
Alexander Karsakov 66ac46214d Final refactoring, fixes 11 years ago
Alexander Karsakov 1d2cf0e20e Added nonzero_rows support 11 years ago
Alexander Karsakov 52f76a3283 Added rest Elena's changes 11 years ago
Alexander Karsakov 7791264525 Added multi-block scheme 11 years ago