Link libacl_dvpp_mpi library when building with CANN backend#24720
Link libacl_dvpp_mpi library when building with CANN backend#24720MengqingCao wants to merge 1 commit intoopencv:4.xfrom
Conversation
|
@MengqingCao @fengyuentau Is the patch required for existing DNN backend? If no, I propose to postpone it after 4.9.0 release. |
Nope. We can do it after release. |
fengyuentau
left a comment
There was a problem hiding this comment.
If there are more libraries needed inthe future, I propose to use link_directories to link all those needed.
That' s fine for me if it will not be too late.
Agree. It would be better if all libraries could be linked. |
We will make a new release most probably before the end of this month. |
|
Please don't merge this PR, I made a mistake by naming the relevant branch in |
Ascend NPU is a series of AI processors. hiascend. And Compute Architecture for Neural Network (CANN) is a set of computing architectures that serves NPU and programming.
This commit links the libacl_dvpp_mpi library when building with CANN backend. For implementation, please refer to opencv/opencv_contrib#3608.
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.