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