Philippe FOUBERT
b668d3f693
Modification of the related tests in core/tests/ocl
10 years ago
Ilya Lavrenov
cf4c79ebdd
disabled some kernels for Android && NVidia
10 years ago
Ilya Lavrenov
3a78a22733
convertScaleAbs for s8, f64
10 years ago
Alexander Karsakov
237cb93143
Added extra checks to ocl::Image2D
11 years ago
Alexander Karsakov
3a263c6326
Added tests for Image2D
11 years ago
Alexander Karsakov
ec827bed8e
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
11 years ago
Alexander Karsakov
a89ff402fc
Refactoring of OCL_FftPlan class
11 years ago
VBystricky
c5632d412e
Change epsilon for NORM_INF_2args accuracy tests
11 years ago
vbystricky
1fe403f461
Enable OpenCL version of norm and convertScaleAbs or 32F data
...
Fix error in minmaxloc.cl
Change test for convertScaleAbs
Fix minMaxIdx for _src2 align
Change epsilon on the tests
11 years ago
Vadim Pisarevsky
d97f9fc477
now the tests pass with loop_times==30
11 years ago
Alexander Karsakov
c3100eeb19
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
11 years ago
Alexander Karsakov
713ddb89bd
Set minimum matrix size for AmdBlas::gemm to 20 since it works incorrect for small sizes
11 years ago
Alexander Karsakov
6ad4521b78
Fixed typos
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
vbystricky
2637b18b67
Fix epsilon for OpenCL function ConverTo, for convertation from float to integer types
11 years ago
vbystricky
2d587ad691
Prevent generating test case with mask filled 0 only
11 years ago
VBystricky
2026094691
Increase epsilon for OpenCL version UMatDot and ReduceAvg accurency tests
11 years ago
vbystricky
aad4104297
Fix accurency test for OpenCL matrix operations
11 years ago
vbystricky
184c5917bf
Fix accurency test of OpenCL merge function.
11 years ago
Vadim Pisarevsky
5267ed46c7
1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case).
...
2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
3. disabled IPP acceleration for 3-channel norms.
4. modified relativeNorm test function to handle very small values
11 years ago
Alexander Karsakov
e51c0810b6
Added accuracy and performance tests for DFT all modes.
11 years ago
Alexander Karsakov
66ac46214d
Final refactoring, fixes
11 years ago
Alexander Karsakov
1d2cf0e20e
Added nonzero_rows support
11 years ago
Alexander Karsakov
52f76a3283
Added rest Elena's changes
11 years ago
Alexander Karsakov
7791264525
Added multi-block scheme
11 years ago
Alexander Karsakov
2b9e556055
Added Elena's changes with implemented DFT_INVERSE C2C mode.
11 years ago
Alexander Karsakov
b17bf031f6
Added DFT_SCALE for forward transforms
11 years ago
Alexander Karsakov
6c8b6bd0c7
Added packing to CCS format
11 years ago
Alexander Karsakov
ed07241f89
Completed all forward transforms.
11 years ago
Alexander Karsakov
e5a3ab3cb9
Added fftplan cache
11 years ago
Alexander Karsakov
0318d27720
Enabled precalculated wave
11 years ago
Alexander Karsakov
5dd9263848
Multi-radix with kernel generation
11 years ago
Ilya Lavrenov
5403bdd228
optimized cv::norm with NORM_RELATIVE
11 years ago
Ilya Lavrenov
c80faff42f
added cn>1 support to cv::norm (NORM_INF)
11 years ago
Ilya Lavrenov
bcd7151867
added UMat::setTo accuracy test
11 years ago
Ilya Lavrenov
eb8b4c58c7
fixed bug in cv::ocl::predictOptimalVectorWidth
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Alexander Alekhin
7ce2ca2e0c
ocl: workaround for Pow accuracy test failure
11 years ago
Alexander Alekhin
9cafd50160
ocl: fixes
11 years ago
Alexander Alekhin
755ca4b7cf
ocl: compare with scalar
11 years ago
Ilya Lavrenov
e190d3fd36
added perf test
11 years ago
Ilya Lavrenov
563dc5aa38
implemented umat expressions
11 years ago
Ilya Lavrenov
98b72ff389
optimized cv::pow for integer power
11 years ago
Ilya Lavrenov
2dd294cc84
fixed cv::split; enabled test
11 years ago
Ilya Lavrenov
ae4be413c3
added perf tests for cv::reduce
11 years ago
Ilya Lavrenov
5d18cf9989
added cv::[extract|insert]Channel to T-API
11 years ago
Ilya Lavrenov
63a5e39e2c
added cv::reduce to T-API
11 years ago
Ilya Lavrenov
da2790249e
added NORM_L2SQR type to cv::norm
11 years ago
Ilya Lavrenov
1592234f1a
added mask support to cv::norm, cv::meanStdDev
11 years ago
Ilya Lavrenov
dd302158e0
fixed case with zero mask
11 years ago