XNNPACK
XNNPACK copied to clipboard
Add RVV F32-IGEMM
Support RVV F32-IGEMM with MR=1 & 7, NR=4v.
Hi @fbarchard This is the RVV IGEMM implementation and NR is also determined by LMUL & VLEN. The main idea is similar to https://github.com/google/XNNPACK/pull/5893.
Hi Frank,
This PR now has several conflicts since tools/generate-gemm-test.py has been refactored.
Let's try to approve and merge PR https://github.com/google/XNNPACK/pull/5893 at first.
After that, I'll refactor this PR.
RVV IGEMM test cases has been updated.