Skip to content

Master rvv 0.7.1#19768

Closed
damonyu1989 wants to merge 28 commits intoopencv:masterfrom
damonyu1989:master-rvv-0.7.1
Closed

Master rvv 0.7.1#19768
damonyu1989 wants to merge 28 commits intoopencv:masterfrom
damonyu1989:master-rvv-0.7.1

Conversation

@damonyu1989
Copy link
Copy Markdown
Contributor

@damonyu1989 damonyu1989 commented Mar 24, 2021

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 other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to 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

damonyu1989 and others added 28 commits March 22, 2021 14:23
@damonyu1989
Copy link
Copy Markdown
Contributor Author

build process

  1. mkdir build
  2. cd build
  3. cmake .. -DCMAKE_TOOLCHAIN_FILE="../cmake/OpenCVGenRV64V.cmake" -DWITH_OPENCL=OFF -DBUILD_opencv_calib3d=ON -DBUILD_ZLIB=ON -DBUILD_PNG=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=../install
  4. make

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

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

replaces #18394 ? If so, then please close old PR

@@ -0,0 +1,9 @@
set(CMAKE_SYSTEM_NAME "Linux")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is wrong place for toolchain file.

Linux-based cross-compilation toolchains are stored under platforms/linux.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The toolchain is here "https://github.com/damonyu1989/Tools"

@alalek alalek mentioned this pull request Mar 25, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants