summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Gómez Luna <el1goluj@gmail.com>2022-02-02 15:26:18 +0100
committerGitHub <noreply@github.com>2022-02-02 15:26:18 +0100
commit44b99e97c49271f7c90a5f2677945cae0fa606b0 (patch)
tree709a84fcfebe43538ccae284fa6ebd7d8eb7b505
parent0b22a7ec4885131a313e076675603f51c425aebc (diff)
parentb7b1839f5c3abab0ef2d041e9d42da3ecef719f1 (diff)
Merge pull request #6 from grb72t3yde/fix-README-typo
documentation: Fix typo
-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