Skip to content

Latest commit

 

History

History

vision_passthrough

Vision Passthrough

Single tile applies a pass through kernel on data from local memory. There are three versions of this pipeline that differ in the sizes of input and output data tensors. This pipeline mainly serves to test whether the data movement between a Shim tile and an AIE tile works correctly.

To compile the design:

make
make vision_passthrough.exe

To compile the alternative design:

env use_alt=1 make
make vision_passthrough.exe

To run the design:

make run