summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-11-14 18:23:45 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-11-14 18:23:45 +0100
commitb7cfb8dc3ff4c6e2d58de8d10d6c2622fd12d1a7 (patch)
treec8b38285ada3bf6ef045151656b04c0131482dfa
parent768adaa6491c74d2f41d52f841535938bc673f2c (diff)
README: Document changes made to benchmarks
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce8424d..9c10fd9 100644
--- a/README.md
+++ b/README.md
@@ -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.
---