217 Commits (fc9e031454fd456d09e15944c99a419e73d80661)

Author SHA1 Message Date
Alexander Alekhin 0595ab3eef ocl: fix usage of invalid OpenCL cache on mixed 64/32-bit platforms 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Alexander Alekhin 92b35e6758 ocl: fix null pointer access crash 7 years ago
Alexander Alekhin b6abf0d3f9 ocl: drop obsolete cache directories after upgrade of OpenCL driver 7 years ago
Alexander Alekhin 8e6280fc8e ocl: binary program cache 7 years ago
Alexander Alekhin 9c4f0a984f ocl: drop CV_OclDbgAssert 8 years ago
Alexander Alekhin 8fb48c09f7 ocl: improve debug information 8 years ago
Alexander Alekhin 7809c4156f core(ocl): workaround CL_OUT_OF_RESOURCES error 8 years ago
Alexander Alekhin d96cac1341 ocl: cache program build failures 8 years ago
Alexander Alekhin 185faf99bd ocl: simplify ocl::Timer interface 8 years ago
Wu Zhiwen dbe9ee0924 ocl: simplify ocl::Timer 8 years ago
Alexander Alekhin 6be25727ec ocl: refactor program compilation 8 years ago
Alexander Alekhin 04b4495493 ocl: define ProgramSource before program 8 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 8 years ago
Alexander Alekhin 1f18282f04 build: fix MSVS2017 warning 8 years ago
Alexander Alekhin 1283d62e49 ocl: Kernel::runProfiling() 8 years ago
Alexander Alekhin d9ab31490c ocl: profiling queue 8 years ago
Alexander Alekhin 2e68f89225 ocl: update kernel global size adjustment 8 years ago
Alexander Alekhin 169add5aa6 ocl: added cv::ocl::Device::isExtensionSupported() method 8 years ago
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); 9 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