Xilinx / ROCm-air-platforms

A POC platform and example for an experimental ROCm runtime release for the AMD AI Engine
MIT License
9 stars 0 forks source link

Adding initial PLIO support to the platform #13

Closed eddierichter-amd closed 1 month ago

eddierichter-amd commented 1 month ago

This is linked to the mlir-aie PR that adds PLIO support to the compiler and has an example that targets this platform.

stephenneuendorffer commented 1 month ago

Are you really still using 2022.1? updating to 2023.2 would be good, which is where most of the other work is, although I expect we'll move to 2024.2 once it's released.

eddierichter-amd commented 1 month ago

Are you really still using 2022.1? updating to 2023.2 would be good, which is where most of the other work is, although I expect we'll move to 2024.2 once it's released.

It is a good point, I made an issue to track this: https://github.com/Xilinx/ROCm-air-platforms/issues/14. Note that this version is solely for building the platform, so this does not preclude using 2023.2 or whatever newer version for mlir-aie (2023.2 is what I currently use), only that you need 2022.1 to build the platform. That being said, I get that now that we are opening up the platform for users to integrate their PL designs it makes sense to update the Vitis version for the platform as well.