-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
HAL RVV 0.7.1 #25307
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
HAL RVV 0.7.1 #25307
Conversation
MaximMilashchenko
commented
Apr 2, 2024
- created hal for rvv 0.7.1 optimizations
- added efficient implementation of cvtBGRtoBGR for cases scn = dcn
|
|
Hmm... I'm observing test failures now (xuantie gcc 10.4.0, build with and |
@mshabunin |
|
|
4802254 to
9a33570
Compare
| #undef cv_hal_cvtBGRtoBGR | ||
| #define cv_hal_cvtBGRtoBGR cv::cv_hal_rvv::cvtBGRtoBGR | ||
|
|
||
| static const unsigned char index_array_32_no_shuffle [32] |
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.
Just copying should be faster.
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.
excluded shuffle, data is copied
5e6a30b to
76ec90b
Compare
|
* added hal for cv_hal_cvtBGRtoBGR rvv 0.7.1