Proceedings of the 1996 ACM/IEEE Conference on Supercomputing 1996
DOI: 10.1145/369028.369096
|View full text |Cite
|
Sign up to set email alerts
|

Implementation of Strassen's algorithm for matrix multiplication

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

1
74
0
2

Year Published

2002
2002
2020
2020

Publication Types

Select...
5
3
2

Relationship

0
10

Authors

Journals

citations
Cited by 84 publications
(77 citation statements)
references
References 15 publications
1
74
0
2
Order By: Relevance
“…The best asymptotic complexity for this computation has been successively improved since then, down to O`n 2.376´i n [5] (see [3,4] for a review), but Strassen-Winograd's still remains one of the most practicable. Former studies on how to turn this algorithm into practice can be found in [2,9,10,6] and references therein for numerical computation and in [15,7] for computations over a finite field.…”
Section: Introductionmentioning
confidence: 99%
“…The best asymptotic complexity for this computation has been successively improved since then, down to O`n 2.376´i n [5] (see [3,4] for a review), but Strassen-Winograd's still remains one of the most practicable. Former studies on how to turn this algorithm into practice can be found in [2,9,10,6] and references therein for numerical computation and in [15,7] for computations over a finite field.…”
Section: Introductionmentioning
confidence: 99%
“…This problem of cut-off criteria is essential in scientific computing. For instance, in coding matrix multiplication, one is faced with choosing among Strassen multiplication, classical multiplication and others; see [12] for details.…”
Section: Optimizing Balanced Bivariate Multiplicationmentioning
confidence: 99%
“…Then once the product C − = A − B − is computed, one resolves the remaining rows and columns of C from the remaining rows and columns of A and B that are not in A − and B − (cf. [Huss-Lederman et al 1996]). For those remaining pieces Strassen-Winograd is not used but an implementation which does not cut the matrices into submatrices.…”
Section: Increasing the Number Of Precomputation Tablesmentioning
confidence: 99%