Abstract: Strassen’s algorithm to multiply two n×n matrices reduces the asymptotic operation count from O(n 3) of the traditional algorithm to O(n 2.81), thus designing efficient parallelizing for this algorithm becomes essential. In this paper, we present our generalizing of a parallel Strassen implementation which obtained a very nice performance on an Intel Paragon: faster 20 % for n ≈ 1000 and more than 100% for n ≈ 5000 in comparison to the parallel traditional algorithms (as Fox, Cannon). Our method can be applied to all the matrix multiplication algorithms on distributed memory computers that use Strassen’s algorithm at the system level, hence it gives us compatibility to find better parallel implementations of Strassen’s algorithm.
In this paper a non-recursive Strassen’s matrix multiplication algorithm is presented. This new algo...
Abstract. Strassen's algorithm for fast matrix-matrix multiplication has been implemented for m...
Many fast algorithms in arithmetic complexity have hierarchical or recursive structures that make ef...
We present a parallel method for matrix multiplication on distributedmemory MIMD architectures based...
[[abstract]]We present a parallel method for matrix multiplication on distributed-memory MIMD archit...
AbstractWe present a parallel method for matrix multiplication on distributed-memory MIMD architectu...
AbstractWe present a parallel method for matrix multiplication on distributed-memory MIMD architectu...
Parallel matrix multiplication is one of the most studied fun-damental problems in distributed and h...
Parallel matrix multiplication is one of the most studied fun-damental problems in distributed and h...
The paper presents analysis of matrix multiplication algorithms from the point of view of their effi...
Today current era of scientific computing and computational theory involves high exhaustive data com...
A parallel algorithm has perfect strong scaling if its running time on P processors is linear in 1/P...
Strassen’s matrix multiplication reduces the computational cost of multiplying matrices of size n × ...
Strassen’s matrix multiplication reduces the computational cost of multiplying matrices of size n × ...
In this paper a non-recursive Strassen\u2019s matrix multiplication algorithm is presented. This new...
In this paper a non-recursive Strassen’s matrix multiplication algorithm is presented. This new algo...
Abstract. Strassen's algorithm for fast matrix-matrix multiplication has been implemented for m...
Many fast algorithms in arithmetic complexity have hierarchical or recursive structures that make ef...
We present a parallel method for matrix multiplication on distributedmemory MIMD architectures based...
[[abstract]]We present a parallel method for matrix multiplication on distributed-memory MIMD archit...
AbstractWe present a parallel method for matrix multiplication on distributed-memory MIMD architectu...
AbstractWe present a parallel method for matrix multiplication on distributed-memory MIMD architectu...
Parallel matrix multiplication is one of the most studied fun-damental problems in distributed and h...
Parallel matrix multiplication is one of the most studied fun-damental problems in distributed and h...
The paper presents analysis of matrix multiplication algorithms from the point of view of their effi...
Today current era of scientific computing and computational theory involves high exhaustive data com...
A parallel algorithm has perfect strong scaling if its running time on P processors is linear in 1/P...
Strassen’s matrix multiplication reduces the computational cost of multiplying matrices of size n × ...
Strassen’s matrix multiplication reduces the computational cost of multiplying matrices of size n × ...
In this paper a non-recursive Strassen\u2019s matrix multiplication algorithm is presented. This new...
In this paper a non-recursive Strassen’s matrix multiplication algorithm is presented. This new algo...
Abstract. Strassen's algorithm for fast matrix-matrix multiplication has been implemented for m...
Many fast algorithms in arithmetic complexity have hierarchical or recursive structures that make ef...