diff options
author | Yun-Ze Li <p76091292@gs.ncku.edu.tw> | 2021-12-26 13:11:01 +0100 |
---|---|---|
committer | Yun-Ze Li <p76091292@gs.ncku.edu.tw> | 2021-12-26 14:19:38 +0100 |
commit | b7b1839f5c3abab0ef2d041e9d42da3ecef719f1 (patch) | |
tree | 709a84fcfebe43538ccae284fa6ebd7d8eb7b505 /README.md | |
parent | d0de84b7ebff1d34c913e72e047d8a0fd452605a (diff) |
documentation: Fix typo
Signed-off-by: Yun-Ze Li <p76091292@gs.ncku.edu.tw>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ PrIM provides a common set of workloads to evaluate the UPMEM PIM architecture w The workloads have different characteristics, exhibiting heterogeneity in their memory access patterns, operations and data types, and communication patterns. This repository also contains baseline CPU and GPU implementations of PrIM benchmarks for comparison purposes. -PrIm also includes a set of microbenchmarks can be used to assess various architecture limits such as compute throughput and memory bandwidth. +PrIM also includes a set of microbenchmarks can be used to assess various architecture limits such as compute throughput and memory bandwidth. ## Citation @@ -149,7 +149,7 @@ Several benchmark folders (HST-S, HST-L, RED, SCAN-SSA, SCAN-RSS) contain a scri ### Microbenchmarks -Each microbenchmark folder contais a script (`run.sh`) that compiles and runs the microbenchmark for the experiments in the [paper](https://arxiv.org/pdf/2105.03814.pdf): +Each microbenchmark folder contains a script (`run.sh`) that compiles and runs the microbenchmark for the experiments in the [paper](https://arxiv.org/pdf/2105.03814.pdf): ```sh cd Microbenchmarks/Arithmetic-Throughput |