This commit is contained in:
Francesc Verdugo 2023-09-18 15:52:46 +02:00
parent f6a3a677b2
commit 4fbf18dc0e

View File

@ -221,7 +221,7 @@
"id": "0eedd28a", "id": "0eedd28a",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Where do we can exploit parallelism?\n", "### Where can we exploit parallelism?\n",
"\n", "\n",
"Look at the three nested loops in the sequential implementation:\n", "Look at the three nested loops in the sequential implementation:\n",
"\n", "\n",
@ -251,7 +251,7 @@
"\n", "\n",
"- Algorithm 1: each worker computes a single entry of C\n", "- Algorithm 1: each worker computes a single entry of C\n",
"- Algorithm 2: each worker computes a single row 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"
] ]
}, },
{ {