This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix mlir-linalg-ods-yaml-gen
ClosedPublic

Authored by aturetsk on Jun 7 2023, 10:48 AM.

Details

Summary

Fix a bug in getDpsInitsPositionRange definition to support operators with multiple outputs.

Diff Detail

Event Timeline

aturetsk created this revision.Jun 7 2023, 10:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 10:48 AM
aturetsk requested review of this revision.Jun 7 2023, 10:48 AM

@nicolasvasilache, @mehdi_amini, @ThomasRaoux
Could anyone please take a look at this?

aturetsk updated this revision to Diff 548029.Aug 7 2023, 7:24 PM

I assume you found this bug because some example you were running locally failed for you.
Could we please add a test to this PR ?

nicolasvasilache accepted this revision.Aug 29 2023, 1:28 AM

I assume you found this bug because some example you were running locally failed for you.
Could we please add a test to this PR ?

My bad, I somehow didn't see the test update .. sorry for the noise.

LGTM!

This revision is now accepted and ready to land.Aug 29 2023, 1:28 AM

Thanks for review!