Description
Hello 👋,
With RISC-V gaining in popularity and adoption, it becomes more and more important for OpenBLAS to have support for RISC-V. Luckily, there has been plenty of awesome contributions to make that happen, thanks to all the contributors!!
However, that support is AFAIU still in a dedicated risc-v
branch and not merged into the main develop
branch. I read over the other RISC-V related issues and I couldn't get a good sense of what was blocking that merge to happen.
That's also important as projects using OpenBLAS (like Numpy for example) don't have per-platform/per-target references to OpenBLAS, meaning it's usually referencing develop
and not risc-v
. That's important for platforms other than C910V which haven't been merged into develop
just yet like CPU_RISCV64_ZVL256B
.
Let me know if there is anything I'm clearly misunderstanding, there is very likely something I'm missing.
Thank you!