This is an important core dialect that has not been exposed previously. Set up
the default bindings generation and provide a nicer wrapper for the for loop
with access to the loop configuration and body.
Depends On D110758
Paths
| Differential D110759
[mlir][python] provide bindings for the SCF dialect ClosedPublic Authored by ftynse on Sep 29 2021, 12:43 PM.
Details Summary This is an important core dialect that has not been exposed previously. Set up Depends On D110758
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 29 2021, 12:43 PM Comment Actions Thank you for this. Have meant to do this multiple times over the last year but never quite managed it. This revision is now accepted and ready to land.Sep 29 2021, 9:16 PM Closed by commit rG8c1b785ce110: [mlir][python] provide bindings for the SCF dialect (authored by ftynse). · Explain WhySep 30 2021, 12:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376123 mlir/python/CMakeLists.txt
mlir/python/mlir/dialects/SCFOps.td
mlir/python/mlir/dialects/_scf_ops_ext.py
mlir/python/mlir/dialects/scf.py
mlir/test/python/dialects/scf.py
|