Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM...
authorAlexander Karsakov <alexander.karsakov@itseez.com>
Wed, 13 Aug 2014 08:03:06 +0000 (12:03 +0400)
committerAlexander Karsakov <alexander.karsakov@itseez.com>
Wed, 13 Aug 2014 08:03:06 +0000 (12:03 +0400)
commitc3100eeb19082f65b45e260e0b7006dc892611aa
tree77d24291bc060c7f7a028fd06baf0a11f392ded1
parent5119564579f1895bcc814b45048caed34dbde2ed
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
modules/core/src/matrix.cpp
modules/core/src/opencl/reduce2.cl
modules/core/test/ocl/test_arithm.cpp