- 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108605
[mlir][python] Apply py::module_local() to all classes. ClosedPublic Authored by stellaraccident on Aug 23 2021, 8:02 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, shabalin and 20 others. · View Herald TranscriptAug 23 2021, 8:02 PM This revision is now accepted and ready to land.Aug 24 2021, 1:41 AM Closed by commit rGf05ff4f7570c: [mlir][python] Apply py::module_local() to all classes. (authored by stellaraccident). · Explain WhyAug 30 2021, 10:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 369624 mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
mlir/lib/Bindings/Python/IRAffine.cpp
mlir/lib/Bindings/Python/IRAttributes.cpp
mlir/lib/Bindings/Python/IRCore.cpp
mlir/lib/Bindings/Python/MainModule.cpp
mlir/lib/Bindings/Python/Pass.cpp
|