summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYun-Ze Li <p76091292@gs.ncku.edu.tw>2021-12-26 13:11:01 +0100
committerYun-Ze Li <p76091292@gs.ncku.edu.tw>2021-12-26 13:11:01 +0100
commit151a43fa1fbccb9af895cf6795af2c6ae58add6c (patch)
treea92a12012dafc49399f36a7e494abce543ff355c /README.md
parentbab6c1ba39b7a00eccf3ecdcc7bd4560d2581d18 (diff)
documentation: Fix typo
Signed-off-by: Yun-Ze Li <p76091292@gs.ncku.edu.tw>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ce614e..66561ae 100644
--- a/README.md
+++ b/README.md
@@ -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