DaCe works on RISC-V out of the box! #1377
computablee
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After spending a summer with DaCe, I was curious how well it would end up working on a RISC-V system. @tbennun let me know that the source should be portable and that it should work on RISC-V, but I wanted to see it in action.
I finally found the time today to try it out, and sure enough, DaCe is so portable that it runs seamlessly on my StarFive VisionFive2 development board.
screenfetchoutput:lscpuoutput:DaCe test:
It ended up being far more of a nuisance getting all the dependencies installed (OpenBLAS, Numpy, Pip, etc.) but once all that was installed, the only DaCe-specific thing I had to change was using
-march=rv64gcinstead of-march=nativein my.dace.conf.Not exactly sure where else a good place to post this would be, so I figured I'd post it here! Huge kudos to the contributors.
Beta Was this translation helpful? Give feedback.
All reactions