This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Apply py::module_local() to all classes.
ClosedPublic

Authored by stellaraccident on Aug 23 2021, 8:02 PM.

Details

Summary
  • This allows multiple MLIR-API embedding downstreams to co-exist in the same process.
  • I believe this is the last thing needed to enable isolated embedding.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Aug 23 2021, 8:02 PM
ftynse accepted this revision.Aug 24 2021, 1:41 AM
This revision is now accepted and ready to land.Aug 24 2021, 1:41 AM