No description
Find a file
2024-05-14 11:34:32 +08:00
src Feat: Soft-float lib. 2024-05-14 11:34:32 +08:00
configuration.nix Feat: QEMU with RISC-V Linux running. 2024-04-25 22:26:16 +08:00
flake.lock Flake: update 20240426 2024-04-26 14:25:26 +08:00
flake.nix Flake: Switch to lp64 toolchain since we will use soft float. 2024-05-14 11:33:53 +08:00
LICENCE Init LICENCE 2024-04-15 16:40:15 +08:00
README.md Feat: QEMU with RISC-V Linux running. 2024-04-25 22:26:16 +08:00

QEMULinuxDevFlake

This Flake give a Qemu RISC-V Linux runtime to run benchmark, aim to make test environment reproducible and result fair enough.

Benchmark Programs

stress-ng - GPL 2.0 Licence

Anybench - MIT Licence

Memory access patterns

Stream access

STREAM - Custom Licence, but Open Source friendly

RRZE-HPC/TheBandwidthBenchmark - MIT Licence

Other patterns

emilk/ram_bench - No Licence

Integer Arithmetic

shaswata56/BenchUtil - WTFPL license

Floating-point Arithmetic

shaswata56/BenchUtil - WTFPL license

Branch Prediction

Verilator Model