Merge pull request #22 from fverdugo/francesc

Typos
This commit is contained in:
Francesc Verdugo 2023-09-18 17:05:28 +02:00 committed by GitHub
commit 0b81f39564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
},
{