Conversation
|
mkdir build |
|
The toolchian can be found in https://github.com/damonyu1989/Tools. |
|
@damonyu1989, thank you! also, since in OpenCV there is already some RISC-V acceleration, there should be some way to select your version over the other one? Eventually the two implementations should be merged together, but at least they should not conflict with each other. |
|
Dear vadim, My code are merged to the latest master commit. In my opinions, the PR we pushed, is the version of 0.7.1. So we add a new file for this version . |
|
jenkins cn please retry a build |
d148422 to
21ccdd8
Compare
|
@damonyu1989, I've sent you the version of intrin_rvv071.hpp with some GCC warnings fixed. Please, update it. Also, please, remove trailing whitespaces, which our doc builder complains about, and squash commits into one. |
|
@alalek, the patch is ready to be merged, I think 👍 I tested it my machine under QEMU, works well, all |
| // This software is provided by the copyright holders and contributors "as is" and | ||
| // any express or implied warranties, including, but not limited to, the implied | ||
| // warranties of merchantability and fitness for a particular purpose are disclaimed. | ||
| // In no event shall the Intel Corporation or contributors be liable for any direct, |
There was a problem hiding this comment.
Please use short OpenCV license header with "authors" extra comments.
There was a problem hiding this comment.
@damonyu1989, is it fine with you if the license header in intrin_rvv071.hpp is replaced with
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html // Copyright (C) 2015, PingTouGe Semiconductor Co., Ltd., all rights reserved.??
I think it is ok for us.
|
@damonyu1989, is it fine with you if the license header in intrin_rvv071.hpp is replaced with ?? |
* Add the support for riscv64 vector 0.7.1. * fixed GCC warnings * cleaned whitespaces * Remove the worning by the use of internal API of compiler. * Update the license header. * removed trailing whitespaces Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@me.com> Co-authored-by: yulj <linjie.ylj@alibaba-inc.com> Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com>
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.