[RVV] add rvv support for f16-vcmul#9971
Open
ken-unger wants to merge 6 commits intogoogle:masterfrom
Open
Conversation
ken-unger
commented
Apr 14, 2026
dsharlet
approved these changes
Apr 17, 2026
ken-unger
commented
Apr 30, 2026
| #endif | ||
| } | ||
| XNN_INIT_ONCE(f16_cmul); | ||
| return f16_cmul_config.ukernel ? &f16_cmul_config : NULL; |
Contributor
Author
There was a problem hiding this comment.
@dsharletg I modified this (line 87) to protect against the unconfigured ukernel case. (Sorry it seems your previous comments here have been dropped).
Collaborator
|
This branch has conflicts, can you please merge it? |
Contributor
Author
|
I've updated to latest master. Should be good to go now. |
dsharlet
approved these changes
Apr 30, 2026
copybara-service Bot
pushed a commit
that referenced
this pull request
Apr 30, 2026
-- 0cd97f2 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 1f8d093 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 64d21ff by Ken Unger <ken.j.unger@gmail.com>: handle unconfigured f16-vcmul kernel -- 8b3bda4 by Ken Unger <ken.j.unger@gmail.com>: update-microkernels FUTURE_COPYBARA_INTEGRATE_REVIEW=#9971 from ken-unger:f16-vcmul-rvv 8b3bda4 PiperOrigin-RevId: 907284990
copybara-service Bot
pushed a commit
that referenced
this pull request
Apr 30, 2026
-- 0cd97f2 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 1f8d093 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 64d21ff by Ken Unger <ken.j.unger@gmail.com>: handle unconfigured f16-vcmul kernel -- 8b3bda4 by Ken Unger <ken.j.unger@gmail.com>: update-microkernels FUTURE_COPYBARA_INTEGRATE_REVIEW=#9971 from ken-unger:f16-vcmul-rvv 8b3bda4 PiperOrigin-RevId: 907284990
copybara-service Bot
pushed a commit
that referenced
this pull request
May 1, 2026
-- 0cd97f2 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 1f8d093 by Ken Unger <ken.j.unger@gmail.com>: add rvv support for f16-vcmul -- 64d21ff by Ken Unger <ken.j.unger@gmail.com>: handle unconfigured f16-vcmul kernel -- 8b3bda4 by Ken Unger <ken.j.unger@gmail.com>: update-microkernels FUTURE_COPYBARA_INTEGRATE_REVIEW=#9971 from ken-unger:f16-vcmul-rvv 3659dcf PiperOrigin-RevId: 907284990
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.
simple addition of rvv kernel for f16-vcmul, which enables subgraph/rope-test for FP16