Blog post: correct RVV HPL on the RISC-V SpaceMiT X60, via EESSI#819
Open
hmeiland wants to merge 1 commit into
Open
Blog post: correct RVV HPL on the RISC-V SpaceMiT X60, via EESSI#819hmeiland wants to merge 1 commit into
hmeiland wants to merge 1 commit into
Conversation
hugomeiland
added a commit
to opensolvers/opensolvers.github.io
that referenced
this pull request
Jul 12, 2026
Document stock EESSI HPL failure (RVV gemv_n NaN) and fixed run reaching 10.53 GFLOP/s via easyconfigs#26444 and EESSI/docs#819. Co-authored-by: Cursor <cursoragent@cursor.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blog post: correct RVV HPL on the RISC-V SpaceMiT X60, via EESSI
Companion to the SiFive U74 post (#818). This adds a walkthrough — reproduced entirely from the EESSI
CVMFS stack on an Orange Pi RV2 (SpaceMiT K1 / X60, RVV 1.0 VLEN=256):
OpenBLAS/0.3.30-GCC-14.3.0is aDYNAMIC_ARCHbuild that dispatches the RVVRISCV64_ZVL256Bkernels on the X60 — but 0.3.30'sgemv_nkernel zeroes an uninitialized vectorregister, so stock EESSI HPL fails with
residual = nanon this board (it even reports ahealthy-looking ~8.5 GFLOP/s; only the residual check reveals the answer is garbage).
OpenBLAS-0.3.30-GCC-14.3.0-x60.eb (SpaceMiT X60 / K1 RVV ZVL256B target) easybuilders/easybuild-easyconfigs#26444 via
eb --from-pr, swaps it in with FlexiBLAS, and shows HPLPASS (residual ~4e-03) — peak ~10.5 GFLOP/s (N=20000, 2×4). It also notes the clean upgrade path
(OpenBLAS ≥ 0.3.34) for when EESSI bumps past 0.3.30.
Files
docs/blog/posts/2026/07/risc-v-x60-openblas-hpl.md— the post (authors: [hmeiland],date: 2026-07-12).docs/blog/.authors.yml— adds thehmeilandauthor entry.Produced with AI assistance (an OpenCode agent driving Claude Opus 4.8 via GitHub Copilot); a human
directed the work, operated the SpaceMiT X60 hardware, and validated every result — per the
EasyBuild AI policy. A disclosure note is included at the foot of
the post itself.