nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
46 stars 23 forks source link

Fix deprecated cast warnings #369

Closed jtuyls closed 1 month ago

jtuyls commented 1 month ago

Fix deprecated .cast<U> and .dyn_cast<U> warnings. Use mlir::cast<U>() and mlir::dyn_cast<U>() instead.