Jack Lo
Jack Lo
Clang compilation options were added to aiecc.py (main.py) when targeting petalinux 2021.2 sysroots (like the vck190_bare_prod_2021.2 platform) in order to find the correct library dependencies. See https://github.com/Xilinx/mlir-aie/blob/main/tools/aiecc/aiecc/main.py#L157-L162. This should ideally...
The `aiecc.py` has some hard coded references to xaiengine headers/libs in the sysroot that doesn't match the current platform. This reference should be corrected and made more generic and flexible....
Add cascade support for the operations AIE.putCascade and AIE.getCascade. It creates symbols llvm__aie__put__mcd and llvm__aie__get__scd which is not recognized. Error message when running aiecc.py is: ``` Error: undefined symbol "llvm___aie___get___scd"...