You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Hi @zhongjuzhe , thanks for the great work on RVV support. Could you kindly share with us about the status of branch rvv-submission-v1?
I see that your riscv-gcc-rvv-next and rvv-submission-v1 branch are the only active branches of this repo (other branches receive no commits for more than 1 year, and #352 shows "This repository is not used for active development anymore"). It seems that riscv-gcc-rvv-next branch is your workspace for RVV support in GCC according to #338, and you are commiting RVV to GCC upstream which we can find in gcc-patches mailing list. However I cannot find much information about your active-maintaining rvv-submission-v1 branch, thus I am confused.
If I understand correctly, the name of "rvv-submission-v1" says it has something to do with upstreaming process, but what is the relation between the 3 GCCs exactly?
And if I need to try out RVV in GCC, of the 3 GCCs, which should I use now?
The text was updated successfully, but these errors were encountered:
I would suggest you use rvv-next which fully supported all features(intrinsics && autovectorization) of RVV. rvv-submission-v1 is the branch that I am re-developing RVV base on the experience of rvv-next. rvv-submission-v1 is just a review platform for GCC maintainer @kito-cheng to review and comment (The codes of rvv-submission-v1 will be sent to GCC upstream after review process). Don't use it. rvv-next should work fine basically in most of the cases, I think it's sufficient for you to use.
I can share my current work roadmap:
GCC13 support all latest RVV intrinsics.
GCC14 support auto-vectorization using RVV features.
The upstream RVV GCC is refined version base on the experience that I develop rvv-next. The performance of upstream RVV GCC is defintely much better than rvv-next and RVV LLVM. For example, I rework the VSETVL PASS with a perfect algorithm (Lazy code motion) which can always generate optimal vsetvli instructions.
Hi @zhongjuzhe , thanks for the great work on RVV support. Could you kindly share with us about the status of branch rvv-submission-v1?
I see that your riscv-gcc-rvv-next and rvv-submission-v1 branch are the only active branches of this repo (other branches receive no commits for more than 1 year, and #352 shows "This repository is not used for active development anymore"). It seems that riscv-gcc-rvv-next branch is your workspace for RVV support in GCC according to #338, and you are commiting RVV to GCC upstream which we can find in gcc-patches mailing list. However I cannot find much information about your active-maintaining rvv-submission-v1 branch, thus I am confused.
The text was updated successfully, but these errors were encountered: