Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • R RISC-V Benchmarks
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Benchmarks
  • RISC-V Benchmarks
  • Wiki
  • EPI Benchmarks Inputs

EPI Benchmarks Inputs · Changes

Page history
Create EPI Benchmarks Inputs authored Feb 04, 2022 by Miquel Moreto's avatar Miquel Moreto
Hide whitespace changes
Inline Side-by-side
EPI-Benchmarks-Inputs.md 0 → 100644
View page @ c750f6bc
The EPI RISC-V benchmark suite includes a set of 13 benchmarks vectorized with the RISC-V vector extension. The repository includes multiple inputs for all the benchmarks. Next, we detail the recommended inputs for different evaluation platforms.
Have in mind that RTL simulations are extremely slow (simulation speed of few kilo instructions per second or KIPS), high level simulations are faster (simulation speed around 1 MIPS), FPGA emulation can reach tens of MIPS, and execution on real hardware reaches few GIPS.
Thus, we recommend the following inputs:
| Benchmark | RTL sim | MUSA | FPGA | Real HW |
| ------ | ------ | ------ | ------ | ------ |
| axpy | - | - | - | - |
| blackscholes | - | - | - | - |
| canneal | - | - | - | - |
| jacobi-2d | - | - | - | - |
| particlefilter | - | - | - | - |
| pathfinder | - | - | - | - |
| streamcluster | - | - | - | - |
| swaptions | - | - | - | - |
| FFT | - | - | - | - |
| Matmul | - | - | - | - |
| Lulesh | - | - | - | - |
| Somier | - | - | - | - |
| SpMV | - | - | - | - |
Clone repository
  • Blackscholes
  • Canneal
  • EPI Benchmarks Inputs
  • SpMV
  • Use huge pages on EPAC
  • Home