Content deleted Content added
MartinRudat (talk | contribs) DPU (computing) -> Data Path Unit |
m copy edit |
||
Line 1:
[[H. T. Kung]] and [[Charles E. Leiserson]] published the first paper describing systolic arrays in [[1978]]; however, the first machine known to have used the technique was the Mark II [[Colossus computer]].
Each
An example of a systolic [[algorithm]] might be [[Matrix_multiplication|matrix multiplication]]. One [[matrix (math)|matrix]] is fed in a row at a time from the top of the array and is passed down the array, the other matrix is fed in a column at a time from the left hand side of the array and passes from left to right. Dummy values are then passed in until each processor has seen one whole row and one whole column. At this point, the result of the multiplication is stored in the array and can now be output a row or a column at a time, flowing down or across the array.
|