From 4fbf18dc0e672927973af5dc61e7583871862a3d Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Mon, 18 Sep 2023 15:52:46 +0200 Subject: [PATCH] Typos --- notebooks/matrix_matrix.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/matrix_matrix.ipynb b/notebooks/matrix_matrix.ipynb index 45d7ab8..88b1037 100644 --- a/notebooks/matrix_matrix.ipynb +++ b/notebooks/matrix_matrix.ipynb @@ -221,7 +221,7 @@ "id": "0eedd28a", "metadata": {}, "source": [ - "### Where do we can exploit parallelism?\n", + "### Where can we exploit parallelism?\n", "\n", "Look at the three nested loops in the sequential implementation:\n", "\n", @@ -251,7 +251,7 @@ "\n", "- Algorithm 1: each worker computes a single entry of C\n", "- Algorithm 2: each worker computes a single row of C\n", - "- Algorithm 3: each worker computes a block rows of C" + "- Algorithm 3: each worker computes N/P rows of C" ] }, {