Xilinx / mlir-aie

An MLIR-based toolchain for AMD AI Engine-enabled devices.
Other
306 stars 89 forks source link

Make aie-vectorize robust to unimplementable vector sizes #103

Open stephenneuendorffer opened 2 years ago

stephenneuendorffer commented 2 years ago

Currently the vectorizer will simply assert if an incompatible vector size is created with the super-vectorizer.

jsetoain commented 2 years ago

I'm taking this from Brandon. I can very easily take care of it as part of my efforts to restructure the pass.