You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!! 🙇
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! 😁
The text was updated successfully, but these errors were encountered: