SystolicArrayDemo icon indicating copy to clipboard operation
SystolicArrayDemo copied to clipboard

Python code to show how a systolic array works. Written for https://medium.com/@antonpaquin/whats-inside-a-tpu-c013eb51973e

SystolicArrayDemo

This is a demo of systolic array matrix multiplication, as performed by Google's tensor processing unit.

The python file above doesn't produce hardware, but it models the connections and operations that would be implemented in hardware to produce a systolic array.