diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-13 11:08:07 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-13 11:08:07 +0200 |
commit | 8c833b75910334d02f63a0ed49da0c41bcb2093c (patch) | |
tree | 31a0b480e3003da6cf019da1a26a0dce64562186 | |
parent | a97a539c06a509906802450f28340922ea50c16f (diff) |
README: Mention AspectC++ support
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -3,6 +3,7 @@ bin log-paper-strong-full.txt log-paper-strong-rank.txt log-paper-weak.txt +*~ *-O0.txt *-O2.txt *-explore.txt @@ -3,7 +3,7 @@ This is an improved and extended version of the PrIM benchmark suite originally developed for **UPMEM PIM** (near-memory computing / processing-in-memory) evaluation by Gómez-Luna et al. The extension adds -* support for **NUMA**-aware **HBM** (high-bandwidth memory) and **DRAM** benchmarks, +* support for **NUMA**-aware **UPMEM**, **CXL** (Compute eXpress Link), **HBM** (high-bandwidth memory), and **DRAM** benchmarks, * a new **COUNT** benchmark, and * numerous bugfixes. @@ -61,6 +61,7 @@ Up-to-date source code is available on the following mirrors: The following benchmark adjustments have been made: +* A (AspectC++ support, including DFA trace generation) * B (significant bugfixes) * D (dfatool-compatible output of benchmark metrics) * E (efficiency improvements; may affect input/output format) @@ -82,10 +83,10 @@ CPU and DPU benchmarks in this repository have been adjusted as follows: * SCAN-RSS: DLN * SEL: DLN * SpMV: DL -* TRNS: BDLN +* TRNS: ABDLN * TS: DLN * UNI: DL -* VA: DLN +* VA: ADLN GPU versions are un-changed. |