Create a mix-in class with an overloaded constructor that makes the
return type optional.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156561
[mlir][memref][transform][python] Create mix-in for MemRefMultiBufferOp. ClosedPublic Authored by ingomueller-net on Jul 28 2023, 10:21 AM.
Details Summary Create a mix-in class with an overloaded constructor that makes the
Diff Detail
Event Timelineftynse added a parent revision: D156536: [mlir][memref][transform][python] Create .td file for bindings..Jul 31 2023, 1:32 AM Comment Actions
You can click "edit related revisions" on the right to add parent revisions. This revision now requires changes to proceed.Jul 31 2023, 1:34 AM This revision is now accepted and ready to land.Jul 31 2023, 8:14 AM Closed by commit rGccd7f0f1c389: [mlir][memref][transform][python] Create mix-in for MemRefMultiBufferOp. (authored by ingomueller-net). · Explain WhyAug 1 2023, 12:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 545219 mlir/python/CMakeLists.txt
mlir/test/python/dialects/transform_memref_ext.py
utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
|