|
|
|
|
|
by camel-cdr
471 days ago
|
|
No it's not. For HPC good software support for the vector extension is basically everything that matters, and the framework main board doesn't support that extension. I would currently recommend the BananaPI BPI-F3 or the OrangePI RV2 for that purpose, as they both have the same SpacemiT X60 cores, which support the vector extension. Sadly there are currently only in-order cores with RVV support available. Getting a cheap out-of-order implementation is the next most important thing for improving software support. Tenstorrent has announced they will release a 8x Ascalon devboard and laptop next year: https://youtu.be/ttQtC1dQqwo?t=1035 |
|
This unblocks me properly working to optimize for vector support in software. OOO and even wider RVV registers will then automatically speed things up, without even a recompile.
Yes, I know I could use qemu, but it's not the same. I feel like this is what unblocks me on the software side.