llvm-project/mlir/lib/Bindings/Python
Stella Laurenzo 1fb2e842a9 [mlir][python] Forward _OperationBase _CAPIPtr to the Operation.
* ODS generated operations extend _OperationBase and without this, cannot be marshalled to CAPI functions.
* No test case updates: this kind of interop is quite hard to verify with in-tree tests.

Differential Revision: https://reviews.llvm.org/D110030
2021-09-20 18:52:05 -07:00
..
Conversions Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00
Transforms Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00
AllPassesRegistration.cpp [mlir][python] Provide "all passes" registration module in Python 2021-05-26 15:14:57 -07:00
AsyncPasses.cpp [mlir][python] Add python support for async dialect and passes. 2021-04-28 14:52:27 +00:00
DialectLinalg.cpp [mlir][linalg] Remove the StructuredOp capture mechanism. 2021-06-28 07:57:40 +00:00
DialectSparseTensor.cpp [mlir] Apply py::module_local() to a few more classes. 2021-09-14 21:56:14 +00:00
Dialects.h [mlir][Python] Upstream the PybindAdaptors.h helpers and use it to implement sparse_tensor.encoding. 2021-05-10 17:15:43 +00:00
ExecutionEngineModule.cpp [mlir][python] Apply py::module_local() to all classes. 2021-08-30 22:18:43 -07:00
GPUPasses.cpp [mlir][python] Add basic python support for GPU dialect and passes 2021-04-28 14:52:28 +00:00
Globals.h [mlir][Python] Return and accept OpView for all functions. 2020-11-03 22:48:34 -08:00
IRAffine.cpp [mlir][python] Apply py::module_local() to all classes. 2021-08-30 22:18:43 -07:00
IRAttributes.cpp [mlir][python] Apply py::module_local() to all classes. 2021-08-30 22:18:43 -07:00
IRCore.cpp [mlir][python] Forward _OperationBase _CAPIPtr to the Operation. 2021-09-20 18:52:05 -07:00
IRModule.cpp [mlir][python] Simplify python extension loading. 2021-09-03 00:43:28 +00:00
IRModule.h [mlir] Apply py::module_local() to a few more classes. 2021-09-14 21:56:14 +00:00
IRTypes.cpp [mlir][Python] Finish adding RankedTensorType support for encoding. 2021-05-10 20:39:16 +00:00
LinalgPasses.cpp [mlir] Register Linalg passes in C API and Python Bindings 2021-03-27 09:57:56 +01:00
MainModule.cpp [mlir][python] Apply py::module_local() to all classes. 2021-08-30 22:18:43 -07:00
Pass.cpp [mlir][python] Apply py::module_local() to all classes. 2021-08-30 22:18:43 -07:00
Pass.h Add basic Python bindings for the PassManager and bind libTransforms 2020-11-10 19:55:21 +00:00
PybindUtils.cpp Add initial python bindings for attributes. 2020-08-23 22:16:23 -07:00
PybindUtils.h [mlir] Apply py::module_local() to a few more classes. 2021-09-14 21:56:14 +00:00
SparseTensorPasses.cpp [mlir][sparse][capi][python] add sparse tensor passes 2021-05-12 16:40:50 -07:00