240 Commits (1059735bfbc93cd8bf83bce6d8eb1c891d28a058)

Author SHA1 Message Date
Rostislav Vasilikhin be989b3b60 Merge pull request #12637 from savuor:fix/instr_ipp_ocl 7 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Alexander Alekhin 89528d7c3a core(ocl): don't expose exceptions from OpenCL callback 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin d76b41b50e ocl: CL_MEM_USE_HOST_PTR workaround test 7 years ago
Alexander Alekhin 670ef403b0 ocl: improve trace messages of OpenCL calls 7 years ago
Alexander Alekhin 9111538bfb core: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin ed96279920 ocl: update getOpenCLErrorString() code 7 years ago
Alexander Alekhin b1fc7d46a5 ocl: update getOpenCLErrorString() code 7 years ago
Alexander Alekhin ebdb0eb0c1 ocl: force clBuildProgram() call after clCreateProgramWithBinary() 7 years ago
Alexander Alekhin cec700525c core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
Maksim Shabunin 594a93316c Fixed concurrent OpenCL cache folder name generation 7 years ago
Alexander Alekhin 534645a12f ocl: workaround option to disable usage of buffer "Rect" operations 7 years ago
Jiri Horner 3dbf392d48 fix build with intrinsics enabled 7 years ago
Tomoaki Teshima 267c5a747b suppress warnings on OpenCL build 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin a82d2363f4 ocl: refactor Program API 7 years ago
Alexander Alekhin 13c4a02157 ocl: low-level API to support OpenCL binary programs 7 years ago
Vadim Pisarevsky 5ce38e516e Merge pull request #10223 from vpisarev:ocl_mac_fixes 7 years ago
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 7 years ago
Alexander Alekhin 8fb48c09f7 ocl: improve debug information 7 years ago
Alexander Alekhin 7809c4156f core(ocl): workaround CL_OUT_OF_RESOURCES error 7 years ago
Alexander Alekhin d96cac1341 ocl: cache program build failures 7 years ago
Alexander Alekhin 185faf99bd ocl: simplify ocl::Timer interface 7 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