diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-11-14 18:23:45 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-11-14 18:23:45 +0100 |
commit | b7cfb8dc3ff4c6e2d58de8d10d6c2622fd12d1a7 (patch) | |
tree | c8b38285ada3bf6ef045151656b04c0131482dfa | |
parent | 768adaa6491c74d2f41d52f841535938bc673f2c (diff) |
README: Document changes made to benchmarks
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -57,6 +57,38 @@ Up-to-date source code is available on the following mirrors: * [GitHub](https://github.com/derf/prim-benchmarks) * [ess.cs.uos.de](https://ess.cs.uos.de/git/software/smaug/prim-benchmarks) +## Benchmark status + +The following benchmark adjustments have been made: + +* B (significant bugfixes) +* D (dfatool-compatible output of benchmark metrics) +* E (efficiency improvements; may affect input/output format) +* L (detailed latency report, including DPU allocation overhead etc.) +* N (NUMA placement specification for input/output data and compute) + +CPU and DPU benchmarks in this repository have been adjusted as follows: + +* BFS: DL +* BS: DLN +* COUNT: DLN (new benchmark, based on SEL) +* GEMV: DLN +* HST-L: D +* HST-S: DLN +* MLP: – +* NW: – +* RED: DLN +* SCAN-SSA: D +* SCAN-RSS: DLN +* SEL: DLN +* SpMV: DL +* TRNS: BDLN +* TS: DLN +* UNI: DL +* VA: DLN + +GPU versions are un-changed. + The original README follows. --- |