[RVV] add rvv f32 kernel for ppmm#9962
Open
velonica0 wants to merge 3 commits intogoogle:masterfrom
Open
Conversation
dsharlet
approved these changes
Apr 14, 2026
| src/x32-transposec/gen/x32-transposec-8x8-rvv.c | ||
| src/x32-transposec/gen/x32-transposec-16x8-rvv.c | ||
| src/x32-transposec/gen/x32-transposec-32x8-rvv.c) | ||
| src/x32-transposec/gen/x32-transposec-32x8-rvv.c |
Collaborator
There was a problem hiding this comment.
In all 3 PRs, there will be merge conflicts because these are all added in the same place. Keeping these lists alphabetized will avoid this.
Contributor
Author
There was a problem hiding this comment.
Thank you for your review, I have made the changes.
dsharlet
approved these changes
Apr 17, 2026
Add RVV kernel for f32-ppmm with MR={1,2,4} and NR={m1,m2,m4} variants.
Tested on SpacemiT K1 CPU and K3 CPU, both VLEN=256.
Move f32-ppmm entries from end of PROD/NON_PROD lists to alphabetical position (between f32-maxpool and f32-qs8-vcvt) to avoid merge conflicts with other RVV PRs.
Contributor
Author
Contributor
Author
|
Hi, @dsharlet |
dsharlet
approved these changes
Apr 29, 2026
Contributor
Author
|
ping @dsharlet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #9954
Add RVV kernel for f32-ppmm with MR={1,2,4} and NR={m1,m2,m4} variants. Tested on SpacemiT K1 CPU and K3 CPU, both VLEN=256.