• Vadim Pisarevsky's avatar
    1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide… · 5267ed46
    Vadim Pisarevsky authored
    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
    5267ed46
Name
Last commit
Last update
..
test_arithm.cpp Loading commit data...
test_channels.cpp Loading commit data...
test_dft.cpp Loading commit data...
test_gemm.cpp Loading commit data...
test_matrix_expr.cpp Loading commit data...
test_matrix_operation.cpp Loading commit data...