334 Commits (23f27d8dbe5f71aa6571b172953ead260fea49a5)

Author SHA1 Message Date
Alexander Smorkalov 23f27d8dbe Use OpenCV logging instead of std::cerr. 2 years ago
Sean McBride 58e4a880a2 Deprecated convertTypeStr and made new variant that also takes the buffer size 2 years ago
Giles Payne 38e35d5137 Fix ocl::device::isIntel implementation 2 years ago
Sean McBride 47bea69322
Merge pull request #23055 from seanm:sprintf2 2 years ago
Namgoo Lee 24547f40ff remove const from functions returning by value 3 years ago
Alexander Alekhin c5a86c22a4 core(ocl): add option to abort on OpenCL kernel build failure 3 years ago
Dale Phurrough de1a459879
fix opencv/opencv#20613 4 years ago
Alexander Alekhin 5578ad5e14 dnn(ocl): fix automatic globalsize adjusting 4 years ago
Alexander Alekhin aaff125608 core(ocl): debug capabilities 4 years ago
Alexander Alekhin f25951c412 core(ocl): handle NULL in dumpValue() debug call 4 years ago
Dale Phurrough 54a9e00970
fix opencv/opencv#20594 - exception handling with refcounts 4 years ago
Joe Howse 6a3d925a47 OpenCL: core support for FP16, more channel orders 4 years ago
JoeHowse 34183237ce
Merge pull request #20203 from JoeHowse:clMath-patches 4 years ago
Dale Phurrough c2ce3d927a
UMat usageFlags fixes opencv/opencv#19807 4 years ago
Alexander Alekhin 3d394943e6 core(ocl): avoid limit of Image kernel args 4 years ago
Mikhail Nikolskii a604d44d06
Merge pull request #19755 from mikhail-nikolskiy:ffmpeg-umat 4 years ago
Dale Phurrough 96a15434a2
add move construct/assigns to cv::ocl main classes 4 years ago
Dale Phurrough 4badf640bf add noexcept to default constructors of cv::ocl 4 years ago
Dale Phurrough 77e26a7db3
add noexcept to default constructors of cv::ocl 4 years ago
Alexander Alekhin 37e656082b core(ocl): update isOpenCLActivated() 4 years ago
Alexander Alekhin 212815a10d core(ocl): fix lifetime handling of Image kernel args 4 years ago
Dale Phurrough bb59b81d82
remove g_isOpenCVActivated assign and clarify 4 years ago
Alexander Alekhin 4b3d2c8834 dnn(ocl): fix gemm kernels with beta=0 4 years ago
Alexander Alekhin 392991fa0b core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
Dale Phurrough c08e38acd0
fix missing addref() in ocl::Context::create(str) 5 years ago
masa-iwm 5ac0712cf1
Merge pull request #18593 from masa-iwm:master 5 years ago
Alexander Alekhin c945ea125a ocl: fix PlatformInfo usage 5 years ago
Alexander Alekhin 4fa82809df ocl: avoid rescheduling of async kernels 5 years ago
Alexander Alekhin 8711653530 ocl: fixes for OpenCL multiple contexts support 5 years ago
Alexander Alekhin 2129c72bc0 core(OpenCL): thread-local OpenCL execution context 5 years ago
Alexander Alekhin efcf307b4c ocl: cleanup dead code in case of disabled OpenCL 5 years ago
Alexander Alekhin 00890aecdf core(ocl): fix ocl::Image2d::isFormatSupported() 5 years ago
Alexander Alekhin 54063c40de core(ocl): options to control buffer access flags 5 years ago
Jan Solanti ad16c243ca core(ocl): Don't query image formats when none exist 5 years ago
Vadim Pisarevsky 07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 5 years ago
Igor Murzov cdbfdcc363 Fix OpenCL device detection when some OpenCL platform has no devices 6 years ago
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination 6 years ago
Alexander Alekhin eacadf0e73 core(ocl): add flag OPENCV_OPENCL_ENABLE_MEM_USE_HOST_PTR 6 years ago
Matthias Gehre 0e92ac2af7 modules/core/src/ocl.cpp: Fix dangling pointer 6 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 6 years ago
luz.paz ec43292e1e Fix modules/ typos 6 years ago
Hugo Lindström 2ee00e7f7d Merge pull request #15059 from hugolm84:improved-support-for-wince 6 years ago
Alexander Alekhin b38de57f9a ts: test tags for flexible/reliable tests filtering 6 years ago
Alexander Alekhin 8c8715c4dd fix static analysis issues 6 years ago
Alexander Alekhin 66d9a33b50 core(ocl): fix log messages 6 years ago
Alexander Alekhin 4501a2cdea ocl: support empty "ptr only" UMat in Kernel::set() 6 years ago
Alexander Alekhin d9d9b05912 core(ocl): add parameter to limit device max workgroup size 6 years ago
Alexander Alekhin 9fd822f97e ocl: fix kernels launching with USE_HOST_PTR UMat 7 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 7 years ago
Dmitry Kurtaev 32797515de Fix https://github.com/opencv/opencv/issues/12824 7 years ago