Skip to content

Commit a58d0ef

Browse files
Fix Orange Pi RV2 HPL numbers on homepage.
Align README with EESSI results: stock run fails with nan, fixed run reaches 10.53 GFLOP/s. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2f3b72c commit a58d0ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ OpenSolvers explores how open-source scientific software runs on real hardware
22

33
## What we're working on
44

5-
We're benchmarking **High Performance Linpack (HPL)** across several consumer RISC-V boards, comparing stock and architecture-tuned builds through the [EESSI](https://www.eessi.io/) stack. On the VisionFive 2, a SiFive U74-tuned OpenBLAS lifts HPL from **3.13** to **5.28 GFLOP/s** (**1.69×**) — end-to-end via EESSI and EasyBuild.
5+
We're benchmarking **High Performance Linpack (HPL)** across several consumer RISC-V boards through the [EESSI](https://www.eessi.io/) stack. On the VisionFive 2, U74-tuned OpenBLAS lifts HPL **3.135.28 GFLOP/s** (**1.69×**). On the Orange Pi RV2, fixing an OpenBLAS RVV `gemv_n` bug turns a failing stock run into **10.53 GFLOP/s** (PASSED).
66

77
See the [HPL results overview](apps/hpl.html) for a cross-board summary.
88

99
## Boards
1010

1111
- **[StarFive VisionFive 2](boards/VisionFive2.html)** — JH7110 SoC, 4× SiFive U74 (`rv64gc`). EESSI HPL **3.13 → 5.28 GFLOP/s** with U74 OpenBLAS tuning.
12-
- **[OrangePi RV2](boards/RV2.html)**Ky X1 SoC, 8× SpacemiT X60. Native-arch HPL **7.38 GFLOP/s** (EESSI: DNF, RVV bug in OpenBLAS 0.3.30).
13-
- **[BananaPi F3](boards/F3.html)** — SpacemiT K1 SoC, 8× SpacemiT X60. HPL benchmarking in progress (EESSI: DNF, RVV bug in OpenBLAS 0.3.30).
12+
- **[Orange Pi RV2](boards/RV2.html)**SpaceMiT K1 SoC, 8× SpacemiT X60 (RVV). EESSI HPL **FAILED (`nan`) → 10.53 GFLOP/s** with fixed OpenBLAS.
13+
- **[Banana Pi F3](boards/F3.html)** — SpacemiT K1 SoC, 8× SpacemiT X60. Same RVV fix as RV2; peak HPL not yet recorded.
1414

1515
Use the menu above to jump to a board, app, or scientific lib page.

0 commit comments

Comments
 (0)