Motivated by a pretty specific application (to get alpaca results "verifiable" by running on Cartesi which is ontop of blockchain), I'm trying to compile alpaca.cpp for RISC-V architecture.
It's my first foray into the joys of such, and I have gotten stuck. But before I give up I thought I'd check if anyone happens to have tried it already.
Hi there, thanks for the great library!! :bow:
Motivated by a pretty specific application (to get alpaca results "verifiable" by running on Cartesi which is ontop of blockchain), I'm trying to compile alpaca.cpp for RISC-V architecture.
It's my first foray into the joys of such, and I have gotten stuck. But before I give up I thought I'd check if anyone happens to have tried it already.
FWICT the main thing is the vector intrinsics:
But to get that right I had to switch to LLVM/clang and I'm still tweaking the build flags.
if RISC-V happens to be on your todo list, I'd be happy to follow any pointers! :grin: