From b7b1839f5c3abab0ef2d041e9d42da3ecef719f1 Mon Sep 17 00:00:00 2001 From: Yun-Ze Li Date: Sun, 26 Dec 2021 13:11:01 +0100 Subject: documentation: Fix typo Signed-off-by: Yun-Ze Li --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3