-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
GAPI FLUID: Enable dynamic dispatching for Split4 #21520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1037868
to
2e42dd0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
const auto *in = src.InLine<uchar>(0); | ||
auto *out1 = dst1.OutLine<uchar>(); | ||
auto *out2 = dst2.OutLine<uchar>(); | ||
auto *out3 = dst3.OutLine<uchar>(); | ||
auto *out4 = dst4.OutLine<uchar>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why do you change this, but the previous formatting has been more column-structured.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That alignment will be fixed in nearest PRs
7d4702b
to
667fc9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
GAPI FLUID: Enable dynamic dispatching for Split4 * Enable dynamic dispatching for split4 * Add tail proc for split3 and split4
Split4 SIMD .xlsx
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.