Skip to content

Initial version of IPP-based HAL for x86 and x86_64 platforms#26880

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
asmorkalov:as/ipp_hal
Mar 22, 2025
Merged

Initial version of IPP-based HAL for x86 and x86_64 platforms#26880
asmorkalov merged 2 commits intoopencv:4.xfrom
asmorkalov:as/ipp_hal

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@asmorkalov asmorkalov requested a review from vpisarev February 6, 2025 12:36
@asmorkalov asmorkalov added the cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) label Feb 6, 2025
@asmorkalov asmorkalov changed the title WIP: Initial version of IPP-based HAL for x86 and x86_64 platforms Initial version of IPP-based HAL for x86 and x86_64 platforms Mar 19, 2025
@asmorkalov asmorkalov added this to the 4.12.0 milestone Mar 19, 2025
Copy link
Copy Markdown
Contributor

@opencv-alalek opencv-alalek left a comment

Choose a reason for hiding this comment

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

There is a design question about using namespaces. However this could be resolved later if there are some issues observed.

Also we need to think about one-time initialization code, because several modules has own ipphal binary code (statically linked): core, imgproc.

@asmorkalov asmorkalov merged commit 01ef38d into opencv:4.x Mar 22, 2025
27 of 28 checks passed
asmorkalov added a commit that referenced this pull request Mar 24, 2025
Move IPP norm and normDiff to HAL #27128

Continues #26880

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
@asmorkalov asmorkalov mentioned this pull request Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants