ggml-cpu: add RISC-V Vector support for RWKV WKV6 operation#17716
ggml-cpu: add RISC-V Vector support for RWKV WKV6 operation#17716ixgbe wants to merge 2 commits intoggml-org:masterfrom
Conversation
Signed-off-by: Wang Yang <[email protected]>
|
Please note that |
|
I'm thinking that we should deprecate these ops since they are very model-specific: Lines 2389 to 2417 in 37adc9c Probably not worth investing much effort in optimizing. Rather, look to implement them as combination of other fundamental ops. |
Wanted to check in on this PR. Should I:
Happy to follow whatever direction works best for the project. Thanks! |
|
The best way is to try to implement these operations with other |
|
@ggerganov I'll take a look :) |
This PR adds RISC-V Vector (RVV) extension support for the RWKV WKV6 operation, enabling vectorized computation on RISC-V platforms.