Skip to content

disabled some acceleration to make the core tests pass#3020

Merged
opencv-pushbot merged 3 commits intoopencv:masterfrom
vpisarev:ocl_disable_more_funcs
Jul 31, 2014
Merged

disabled some acceleration to make the core tests pass#3020
opencv-pushbot merged 3 commits intoopencv:masterfrom
vpisarev:ocl_disable_more_funcs

Conversation

@vpisarev
Copy link
Copy Markdown
Contributor

  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

…de (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
@vpisarev
Copy link
Copy Markdown
Contributor Author

@akarsakov, please, review

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the same is for OCL_OP_RDIV_SCALE and maybe even for OCL_OP_RECIP_SCALE

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilya-lavrenov, maybe, for now I'm trying to make the tests pass; rdiv and recip did not fail.

@vpisarev vpisarev assigned ElenaGvozdeva and unassigned akarsakov Jul 31, 2014
@vpisarev
Copy link
Copy Markdown
Contributor Author

@ElenaGvozdeva, let me reassign it to you since Alexander is travelling

@ElenaGvozdeva
Copy link
Copy Markdown
Contributor

👍

@opencv-pushbot opencv-pushbot merged commit b0cd822 into opencv:master Jul 31, 2014
@vpisarev vpisarev deleted the ocl_disable_more_funcs branch August 8, 2014 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants