Comparing Cannon’s and SUMMA MM
•If you have to write MM, what algorithm
do you
want to use?
•Analyze
the choices with WYSIWYG …
•Recall
that the two algorithms have the structure:
Cannon’s Declare Skew A Skew B Initialize loop til
n C+=A*B Rotate A,B
SUMMA Declare Initialize loop til n flood A flood B C+=A*B