A Divide-and-Conquer Strategy and PVM Computation Environment for the Matrix Multiplication

  • Authors:
  • Ming-Chang Lee

  • Affiliations:
  • Department of Information Management, Fooyin University, Kaohsiung, Taiwan

  • Venue:
  • ICA3PP '09 Proceedings of the 9th International Conference on Algorithms and Architectures for Parallel Processing
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper deals with parallels of the fast matrix multiplication strassen's algorithm, winograd's algorithm and analyzes empirical study of the matrix multiplication under the distributed environment in which PVM (Parallel Virtual Machine) environment is implemented. The contribution of this paper is that the parallelism of matrix-matrix multiplication need personal computer (or workstation cluster), which is not supercomputer. Firstly, we represent standard, strassen and winograd algorithm for matrix-matrix multiplication. Secondly, we develop a parallel implementation with master- slave processor. Thirdly, the efficiency of the proposed implementations is evaluated by using PVM.