This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Register Linalg passes in C API and Python Bindings
ClosedPublic

Authored by ftynse on Mar 26 2021, 11:06 AM.

Details

Summary

Provide a registration mechanism for Linalg dialect-specific passes in C
API and Python bindings. These are being built into the dialect library
but exposed in separate headers (C) or modules (Python).

Diff Detail

Event Timeline

ftynse created this revision.Mar 26 2021, 11:06 AM
ftynse requested review of this revision.Mar 26 2021, 11:06 AM
mehdi_amini accepted this revision.Mar 26 2021, 11:41 AM
This revision is now accepted and ready to land.Mar 26 2021, 11:41 AM
This revision was automatically updated to reflect the committed changes.