Skip to content

Commit 16d67a0

Browse files
authored
Merge pull request #26 from opensolvers/site-updates
Add ZVL256B/ZVL128B to Vector box
2 parents 1f4ec55 + ab2e8c3 commit 16d67a0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each RISC-V board exposes several compute paths. We benchmark and tune them inde
1313
| Path | What it is | Examples on our boards |
1414
| ---- | ---------- | ---------------------- |
1515
| **Scalar** | Scalar ISA and portable C kernels — the correctness baseline | `rv64gc` on VisionFive 2; `OPENBLAS_CORETYPE=RISCV64_GENERIC`; U74 **4×4 DGEMM** tuning |
16-
| **Vector** | ISA vector extensions (RVV) in shared libs | OpenBLAS `RISCV64_ZVL256B` on SpaceMiT X60; the `gemv_n` bug we fixed |
16+
| **Vector** | ISA vector extensions (RVV) in shared libs | OpenBLAS `RISCV64_ZVL256B` on SpaceMiT X60 (VLEN=256); `ZVL128B` where VLEN=128; the `gemv_n` bug we fixed |
1717
| **Specific** | Silicon-specific custom units beyond RVV | X60 **IME** (`smt.vmadot`) int8 on [RV2](boards/RV2.html) / [F3](boards/F3.html) |
1818
| **GPU** | Discrete or integrated accelerators | On the roadmap — not yet in our RISC-V board benchmarks |
1919

assets/images/compute-backends.svg

Lines changed: 3 additions & 1 deletion
Loading

website.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Nav config: `_config.yml` (`navigation`, `navigation_boards`, `navigation_apps`,
4444

4545
| Date | Decision |
4646
|------|----------|
47+
| 2026-07-15 | Vector box: add ZVL256B and ZVL128B subtitles |
4748
| 2026-07-15 | Compute-backends diagram: RV64GC / IME subtitles; U74 DGEMM under Scalar |
4849
| 2026-07-15 | Homepage: compute-backends illustration (Scalar / Vector / Specific / GPU) |
4950
| 2026-07-14 | Nav layout: 3 stacked rows — Apps (top), Scientific libs (middle), Boards (bottom) |

0 commit comments

Comments
 (0)