\"\" \"\" \"\"
Go backward to SIMD Mesh Matrix Multiplication
Go up to Top
Go forward to SIMD Cube Matrix Multiplication
RISC-Linz logo

SIMD Mesh Matrix Multiplication

Problem Solution
Circular mapping of matrix columns (A) resp. rows (B) to processors.
Processor Array
A00 A01 A02 A03
A04 A05 A06 A07
A10 A11 A12 A13
A14 A15 A16 A17
A20 A21 A22 A23
A24 A25 A26 A27
A30 A31 A32 A33
A34 A35 A36 A37
Analogous for matrix B.
Author: Wolfgang Schreiner
Last modification: November 15, 1996