Workaround for IPP linking problem#19681
Conversation
alalek
left a comment
There was a problem hiding this comment.
Could you please fill description of this PR?
What kind of problem is observed? How we can reproduce that?
|
See last section of my comment #10229 (comment) Also relates #16505 |
|
Moved fix to @eplankin Please verify and remove "Draft" status if it works. |
|
I think I still can reproduce this issue:
When run using Note: Some other tests work (opencv_test_core), some not (opencv_test_calib3d), I haven't check all. |
|
Perhaps we need to adjust |
|
Looks like it doesn't help, my command was: Perhaps this fix is only applicable to standalone IPP, not for IPP-ICV (whole block is guarded by |
|
IPPICV flow is controlled by |
Description
OpenCV tests are stuck at IPP initialization because each OpenCV module is linked to ippCore lib. Probably, it was caused by changes in IPP dispatchers.
Valid for IPP versions > 2019; can be reproduced at distanceTransform performance test, for example.