| .. |
|
runtime
|
OCL: enable clAmdFftGetVersion
|
2014-08-29 13:45:04 +04:00 |
|
arithm.cl
|
Disabled native_sqrt for double, since it may be not implemented and gives compilation error.
|
2014-08-28 17:01:49 +04:00 |
|
convert.cl
|
multiple rows per work-item
|
2014-05-26 12:19:05 +03:00 |
|
copymakeborder.cl
|
optimized cv::copyMakeBorder
|
2014-06-02 15:46:44 +04:00 |
|
copyset.cl
|
Merge pull request #2810 from ilya-lavrenov:tapi_copytomask
|
2014-06-04 12:23:36 +04:00 |
|
fft.cl
|
Refactoring of OCL_FftPlan class
|
2014-08-27 10:33:25 +04:00 |
|
flip.cl
|
optimized cv::flip (CV_8UC1)
|
2014-06-04 14:21:42 +04:00 |
|
gemm.cl
|
use LOCAL_SIZE+1
|
2014-10-28 15:18:31 +03:00 |
|
inrange.cl
|
optimized cv::inRange
|
2014-06-23 13:12:08 +04:00 |
|
lut.cl
|
minor optimization of cv::LUT
|
2014-07-02 18:50:21 +04:00 |
|
meanstddev.cl
|
Remove mul24 since id can be larger 2^23
|
2014-09-08 13:11:58 +04:00 |
|
minmaxloc.cl
|
Enable OpenCL version of norm and convertScaleAbs or 32F data
|
2014-08-13 18:33:01 +04:00 |
|
mixchannels.cl
|
other kernels now use row scheme
|
2014-05-26 12:19:06 +03:00 |
|
mulspectrums.cl
|
other kernels now use row scheme
|
2014-05-26 12:19:06 +03:00 |
|
normalize.cl
|
optimized cv::normalize in case of mask
|
2014-06-02 15:33:19 +04:00 |
|
reduce2.cl
|
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
|
2014-08-13 12:03:06 +04:00 |
|
reduce.cl
|
Remove mul24 since id can be larger 2^23
|
2014-09-08 13:11:58 +04:00 |
|
repeat.cl
|
optimized cv::repeat
|
2014-05-23 13:16:27 +03:00 |
|
set_identity.cl
|
optimized cv::setIdentity
|
2014-06-16 13:41:43 +04:00 |
|
split_merge.cl
|
other kernels now use row scheme
|
2014-05-26 12:19:06 +03:00 |
|
transpose.cl
|
attempt to fix compilation of OpenCL cv::transpose for AMD
|
2014-08-29 16:59:30 +04:00 |