mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 18:04:24 +01:00
Merge pull request #51 from VictorianHues/main
This commit is contained in:
commit
e146513dfe
@ -325,7 +325,7 @@
|
||||
"source": [
|
||||
"### Parallel algorithms\n",
|
||||
"\n",
|
||||
"The loops over `i` and `j` are trivially parallel implies that all the entries of matrix C can be potentially computed in parallel. However, *which it the most efficient solution to solve all these entries in parallel in a distributed system?* To find this we will consider different parallelization strategies:\n",
|
||||
"The loops over `i` and `j` are trivially parallel, implying that all the entries of matrix C can be potentially computed in parallel. However, *which is the most efficient solution to solve all these entries in parallel in a distributed system?* To find this we will consider different parallelization strategies:\n",
|
||||
"\n",
|
||||
"- Algorithm 1: each worker computes a single entry of C\n",
|
||||
"- Algorithm 2: each worker computes a single row of C\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user