This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Document creation of Python bindings for a dialect
ClosedPublic

Authored by ftynse on Jan 11 2022, 2:57 AM.

Details

Summary

Documentation exists about the details of the API but is missing a
description of the overall structure per dialect.

Diff Detail

Event Timeline

ftynse created this revision.Jan 11 2022, 2:57 AM
ftynse requested review of this revision.Jan 11 2022, 2:57 AM

Thanks! LG overall.

mlir/docs/Bindings/Python.md
1077–1082

The rest of the doc isn't clear to me in how someone out-of-tree is supposed to set it up?

shabalin accepted this revision.Jan 18 2022, 1:42 AM

LGTM, I've used the docs to add PDL bindings and it was descriptive enough to get it done.

This revision is now accepted and ready to land.Jan 18 2022, 1:42 AM
This revision was automatically updated to reflect the committed changes.