forked from TESSEorg/ttg
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPMM: implement hierarchical broadcast of A and B
The hierarchical broadcast is used to avoid sending all the keys and instead leave it to the recipient to distribute the tile to all the relevant keys. This is done because the keys in the PaRSEC backend are sent inline so that large numbers of keys may grow messages past the eager limit. This is a bandage, not a fix. Instead, the PaRSEC backend should learn to handle large key collections. Eventually, we need to have edges containing key generators... Signed-off-by: Joseph Schuchart <[email protected]>
- Loading branch information
Showing
1 changed file
with
108 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters