Improve the LinalgOp verification to ensure the iterator types is known. Previously, unknown iterator types have been ignored without warning, which can lead to confusing bugs.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptFeb 28 2022, 1:19 AM
This revision is now accepted and ready to land.Feb 28 2022, 1:48 AM
This revision was landed with ongoing or failed builds.Feb 28 2022, 3:32 AM
Closed by commit rG11d144c57642: [mlir][linalg] Check the iterator types are valid. (authored by gysit). · Explain Why
This revision was automatically updated to reflect the committed changes.