The type can be inferred trivially, but it is currently done as string
stitching between ODS and C++ and is not easily exposed to Python.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111712
[mlir][python] Add custom constructor for memref load ClosedPublic Authored by ftynse on Oct 13 2021, 6:20 AM.
Details Summary The type can be inferred trivially, but it is currently done as string
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 13 2021, 6:20 AM This revision is now accepted and ready to land.Oct 13 2021, 6:59 AM Closed by commit rG7fd6f40dbd4e: [mlir][python] Add custom constructor for memref load (authored by ftynse). · Explain WhyOct 13 2021, 8:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379398 mlir/python/mlir/dialects/_memref_ops_ext.py
mlir/test/python/dialects/memref.py
|