- For python projects that don't need JIT/ExecutionEngine, cuts the number of files to compile roughly in half (with similar reduction in end binary size).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106992
Break apart the MLIR ExecutionEngine from core python module. ClosedPublic Authored by stellaraccident on Jul 28 2021, 1:01 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: shabalin, dcaballe, cota and 18 others. · View Herald TranscriptJul 28 2021, 1:01 PM This revision is now accepted and ready to land.Jul 28 2021, 1:01 PM This revision now requires review to proceed.Jul 28 2021, 1:02 PM This revision is now accepted and ready to land.Jul 28 2021, 1:05 PM This revision was landed with ongoing or failed builds.Jul 28 2021, 5:01 PM Closed by commit rG0cdf4915019a: Break apart the MLIR ExecutionEngine from core python module. (authored by stellaraccident). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362585 mlir/lib/Bindings/Python/ExecutionEngine.h
mlir/lib/Bindings/Python/ExecutionEngine.cpp
mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
mlir/lib/Bindings/Python/MainModule.cpp
mlir/python/CMakeLists.txt
mlir/python/mlir/execution_engine.py
mlir/test/python/execution_engine.py
|