mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-09 02:54:23 +01:00
commit
0b81f39564
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user