- 17 Sep, 2014 1 commit
-
-
Chuanbo Weng authored
According to opencl 1.2 spec 6.1.5: For arguments to a __kernel function declared to be a pointer to a data type, the OpenCL compiler can assume that the pointee is always appropriately aligned as required by the data type. The behavior of an unaligned load or store is undefined, except for the vloadn, vload_halfn, vstoren, and vstore_halfn functions defined in section 6.12.7. Original code read data of type T from address not aligned by multiple of sizeof(T), so the result is incorrect. With this patch, the cases ./opencv_perf_imgproc --gtest_filter=OCL_ImgSize_TmplSize_Method_MatType_MatchTemplate.MatchTemplate/* could work well with beignet 0.9.3. Signed-off-by:
Chuanbo Weng <chuanbo.weng@intel.com>
-
- 15 Sep, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 Sep, 2014 11 commits
-
-
Vadim Pisarevsky authored
-
berak authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 12 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 11 Sep, 2014 2 commits
-
-
Andrey Pavlenko authored
-
Maksim Shabunin authored
- fixed lena.png extension - fixed getTextSize wrapper - added junit html report generation
-
- 10 Sep, 2014 3 commits
-
-
Philipp Hasper authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 09 Sep, 2014 9 commits
-
-
jeremy authored
-
Daniel Stonier authored
-
Igor Kuzmin authored
-
Igor Kuzmin authored
-
Igor Kuzmin authored
also use correct include path on Linux
-
Philipp Hasper authored
-
Alexander Alekhin authored
-
Pierrick Koch authored
-
Andrey Pavlenko authored
-
- 08 Sep, 2014 8 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
- disabled xfeature2d dependency for java wrappers - fixed java wrappers build after cmake rerun - disabled opencv_ml tests temporarily - fixed Imgproc usage in java tests
-
Andrey Pavlenko authored
-
Philipp Hasper authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
- 06 Sep, 2014 2 commits
-
-
Dmitriy Anisimov authored
-
Dmitriy Anisimov authored
-
- 05 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-