- 30 Jan, 2019 1 commit
-
-
Alexander Alekhin authored
add messages to avoid silent kernel destruction
-
- 17 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
used by OpenCV
-
- 24 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
created from RAW memory buffers (without proper lifetime management)
-
- 08 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
This reverts commit 7349b8f5 (partially).
-
- 10 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Sep, 2018 1 commit
-
-
Rostislav Vasilikhin authored
Fixes for instrumentation of IPP and OCL (#12637) * fixed warning about re-declaring variable when both IPP and instrumentation are enabled * fixed segfault when no funName provided * compilation fixed when both OCL and instrumentation are enabled
-
- 26 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove isIntel check from deep learning layers * Remove fp16->fp32 fallbacks where it's not necessary * Fix Kernel::run to prevent localsize > globalsize
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 28 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
to avoid silent crashes of OpenCL worker threads.
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 14 May, 2018 1 commit
-
-
Vadim Pisarevsky authored
* make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
-
- 24 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 20 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 01 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 29 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
UMatData locks are not mapped on real locks (they are mapped to some "pre-initialized" pool). Concurrent execution of these statements may lead to deadlock: - a.copyTo(b) from thread 1 - c.copyTo(d) from thread 2 where: - 'a' and 'd' are mapped to single lock "A". - 'b' and 'c' are mapped to single lock "B". Workaround is to process locks with strict order.
-
- 12 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 22 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2017 1 commit
-
-
Jiri Horner authored
* since #10231 opencv with instrumentation does not build
-
- 13 Dec, 2017 1 commit
-
-
Tomoaki Teshima authored
* stop re-enabling the warning C4127 * disabling is done in CMakeLists.txt
-
- 11 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 05 Dec, 2017 3 commits
-
-
Alexander Alekhin authored
- don't store ProgramSource in compiled Programs (resolved problem with "source" buffers lifetime) - completelly remove Program::read/write methods implementation: - replaced with method to query RAW OpenCL binary without any "custom" data - deprecate Program::getPrefix() methods
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* fixed OpenCL functions on Mac, so that the tests pass * fixed compile warnings; temporarily disabled OCL branch of TV L1 optical flow on mac * fixed other few warnings on macos
-
- 01 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
Observed during launch of 32/64-bit applications on Windows. Added '32-bit' prefix for 32-bit OpenCL devices. No prefix on 64-bit configurations.
-
- 28 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 27 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
Entries with the same platform name, the same device name and with different driver versions are assumed obsolete.
-
- 22 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 03 Nov, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 30 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
Flush deallocation queue before calling map/unmap
-
- 23 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
To prevent unnecessary compiler invocations
-
- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2017 1 commit
-
-
Wu Zhiwen authored
Use clFinish to gurantee commands completed, instead of waiting for events. Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com>
-