nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
69 stars 30 forks source link

Don't capture this unnecessarily #818

Closed newling closed 1 month ago

newling commented 1 month ago

Introduced and unaddressed in https://github.com/nod-ai/iree-amd-aie/pull/812

yzhang93 commented 1 month ago

I added "this" because it didn't pass the options correctly to the rewritter function in my first attempt with the change. But I guess some other changes fixed it and now it works without passing "this"! Thanks for making the change.