This is an archive of the discontinued LLVM Phabricator instance.

[mlir] python bindings for vector transform ops
ClosedPublic

Authored by ftynse on Jul 28 2023, 9:08 AM.

Details

Summary

Provide Python bindings for transform ops defined in the vector dialect.
All of these ops are sufficiently simple that no mixins are necessary
for them to be nicely usable.

Diff Detail

Event Timeline

ftynse created this revision.Jul 28 2023, 9:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
ftynse requested review of this revision.Jul 28 2023, 9:08 AM
ingomueller-net accepted this revision.Jul 31 2023, 3:01 AM

LGTM! Thanks for showing how to use the enums and make nicer tests -- good input for for future patches!

This revision is now accepted and ready to land.Jul 31 2023, 3:01 AM
This revision was landed with ongoing or failed builds.Jul 31 2023, 8:43 AM
This revision was automatically updated to reflect the committed changes.