build based on 0b81f39

This commit is contained in:
Documenter.jl
2023-09-18 15:44:19 +00:00
parent e6b766b2df
commit 6e1d31d5b1
21 changed files with 23 additions and 23 deletions

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