This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add Python bindings for vector dialect
ClosedPublic

Authored by springerm on May 19 2021, 9:53 PM.

Details

Summary

Also add a minimal test case for vector.print.

Diff Detail

Event Timeline

springerm created this revision.May 19 2021, 9:53 PM
springerm requested review of this revision.May 19 2021, 9:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2021, 9:53 PM
ftynse accepted this revision.May 20 2021, 1:37 AM
ftynse added a subscriber: ftynse.
ftynse added inline comments.
mlir/python/mlir/dialects/VectorOps.td
2

Copy-pasta from another file.

This revision is now accepted and ready to land.May 20 2021, 1:37 AM
springerm updated this revision to Diff 346658.May 20 2021, 1:52 AM

address comments

This revision was landed with ongoing or failed builds.May 20 2021, 2:02 AM
This revision was automatically updated to reflect the committed changes.