Merged
Conversation
Contributor
Author
|
Results of speedup in corresponding perf tests |
alalek
reviewed
Sep 27, 2021
alalek
approved these changes
Oct 15, 2021
Member
alalek
left a comment
There was a problem hiding this comment.
Well done! Thank you 👍
Perf results on i5-6600 (1 thread, noIPP, noOpenCL):
| Name of Test | base | patch | speedup |
|---|---|---|---|
| Sobel::OCL_SobelFixture::(640x480, 8UC1) | 2.349 | 0.460 | 5.10 |
| Sobel::OCL_SobelFixture::(640x480, 8UC4) | 9.442 | 1.973 | 4.78 |
| Sobel::OCL_SobelFixture::(1280x720, 8UC1) | 6.995 | 1.384 | 5.05 |
| Sobel::OCL_SobelFixture::(1280x720, 8UC4) | 28.219 | 5.910 | 4.77 |
| Sobel::OCL_SobelFixture::(1920x1080, 8UC1) | 15.380 | 3.271 | 4.70 |
| Sobel::OCL_SobelFixture::(1920x1080, 8UC4) | 63.457 | 13.123 | 4.84 |
| Sobel::OCL_SobelFixture::(3840x2160, 8UC1) | 61.049 | 13.055 | 4.68 |
| Sobel::OCL_SobelFixture::(3840x2160, 8UC4) | 259.697 | 53.806 | 4.83 |
Contributor
Author
|
@alalek Thank you for reviewing. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve the performance of SymmColumnFilter in imgproc for 32f input, 8u output data by adding a SIMD optimisation
SymmColumnVec_32f8u.Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.