Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Bindings/Python/ExecutionEngine.cpp | ||
---|---|---|
104 | Nit: Is this properly phrased? It's not the engine itself but the the IR being JITted that is being dumped? |
Paths
| Differential D100786
[mlir][python] ExecutionEngine can dump to object file ClosedPublic Authored by nicolasvasilache on Apr 19 2021, 12:33 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: shabalin, dcaballe, cota and 17 others. · View Herald TranscriptApr 19 2021, 12:33 PM This revision is now accepted and ready to land.Apr 19 2021, 12:34 PM This revision was landed with ongoing or failed builds.Apr 19 2021, 12:36 PM Closed by commit rG1dc533cea4ae: [mlir][python] ExecutionEngine can dump to object file (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes. bondhugula added inline comments.
Revision Contents
Diff 338602 mlir/include/mlir-c/ExecutionEngine.h
mlir/lib/Bindings/Python/ExecutionEngine.cpp
mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
|
Nit: Is this properly phrased? It's not the engine itself but the the IR being JITted that is being dumped?