195 Commits (597b3f4456255ad87f774fdf9dfca3cfec252961)

Author SHA1 Message Date
Wu Zhiwen da3da84a20 ocl: Add a function to unload a run-time cached program 8 years ago
Dmitry Kurtaev 41519d3ac0 Fixed some OpenCL interface bugs 8 years ago
Alexander Alekhin 16fb74425e ocl: fix program cache key 8 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 8 years ago
Alexander Alekhin daee982106 ocl: rework events handling with clSetEventCallback 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
insoow 2922738b6d Merge pull request #8104 from insoow:master 8 years ago
KUANG, Fangjun debc1c4c95 fix an error while setting kernel argument for a 3-D matrix. 8 years ago
Jinay Patel f710d96602 Update ocl.cpp function Device::OpenCLVersion() 8 years ago
Fangjun KUANG 5e4dfb9546 Change the argument type to cl_platform_info. 8 years ago
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor 8 years ago
Alexander Alekhin c3e409f950 ocl: update program cache defaults 8 years ago
Alexander Alekhin 7a95e654eb ocl: update compiled programs 8 years ago
Alexander Alekhin 05d187ec90 ocl: move deprecated code from ocl.cpp 8 years ago
Alexander Alekhin 44d9d59f08 ocl: stop using of OpenCL without explicit UMat arguments 8 years ago
Pavel Vlasov 349d5ba012 --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 8 years ago
Pavel Vlasov 0a9470bf09 Compatibility fix for Visual Studio 2012; 9 years ago
Alexander Alekhin 10d18a315c instrumentation: minor refactoring, wrap OpenCL 9 years ago
jiakai 22599a2812 define g_haveOpenCL only when HAVE_OPENCL is set 9 years ago
jiakai 387214a3c5 do not open libopencl by dlopen if HAVE_OPENCL is not set 9 years ago
Alexander Alekhin 6f2632ca2e ocl: fix buffer pool small allocations issue (fixes #5815) 9 years ago
Dan Moodie 4f373a4284 Clarified default allocator interface. 9 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 10 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 10 years ago
Andrey Pavlenko b78eb49178 removing a garbage comment 10 years ago
Andrey Pavlenko 3656a1aa66 fixing 'map_unmap_counting' 10 years ago
Andrey Pavlenko f6b758699b Revert merging of pull request #5176 from vladimir-dudnik:master (reverted from commit 5ee00ec5c6) 10 years ago
Vladimir Dudnik 58934f1e16 add condition to skip unmapping for internally allocated host memory. this should fix map_unmap_counting UMat test. 10 years ago
Vladimir Dudnik 6bb8afde96 fixed typo in OpenCLAllocator.upload method (wrong step used) 10 years ago
Vladimir Dudnik ef0d1c1c3f fixed download/upload for non contiguous umat 10 years ago
Alexander Alekhin 9bcccb028b fixes 10 years ago
Alexander Alekhin b36f565d13 fix OpenCV code (bug 4006: #4862) 10 years ago
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 032b6322fc fix MatAllocator creation/destruction issues 10 years ago
Alexander Alekhin b5529aef9c ocl/bufferpool: fix cleanup 10 years ago
Maxim Kostin 22a30af353 Fixing buildbot job: 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Alexander Alekhin 2054123890 coreTlsData -> getCoreTlsData() 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Dmitry-Me 4ff8a3ad92 Fix incorrect size computation 10 years ago
Alexander Alekhin 4eb16122c0 ocl: change processing of OpenCL failures 10 years ago
Alexander Karsakov 237cb93143 Added extra checks to ocl::Image2D 11 years ago
Alexander Alekhin 579a7fff6d ocl: restore clFinish() in unmap() for AMD devices 11 years ago
Alexander Karsakov 3a263c6326 Added tests for Image2D 11 years ago
vbystricky a8aa6381d9 Optimize OpenCL version of conversScaleAbs function 11 years ago
ElenaGvozdeva 070e5ec042 Changed predictOptimalVectorWidth function, now it is possible to choose vector size. 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
vbystricky 1d280352f4 Add code for print errors of OpenCL kernels runing 11 years ago