This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][transform] Fix TileOp builder
ClosedPublic

Authored by springerm on Jul 6 2023, 2:20 AM.

Details

Summary

The TileOp builders did not set scalable_sizes, which produces invalid ops. scalable_sizes must contain as any booleans as there are sizes.

Diff Detail

Event Timeline

springerm created this revision.Jul 6 2023, 2:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 2:20 AM
springerm requested review of this revision.Jul 6 2023, 2:20 AM
springerm updated this revision to Diff 537638.Jul 6 2023, 2:31 AM

add verifier

nicolasvasilache accepted this revision.Jul 6 2023, 2:39 AM
This revision is now accepted and ready to land.Jul 6 2023, 2:39 AM
This revision was landed with ongoing or failed builds.Jul 6 2023, 2:44 AM
This revision was automatically updated to reflect the committed changes.