aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Bindings/Python
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo36-4648/+0
2021-05-03[mlir][Python] Add casting constructor to Type and Attribute.Stella Laurenzo2-70/+59
2021-04-29[mlir][Python][Linalg] Adding const, capture, and index support to the OpDSL.Tobias Gysi1-0/+34
2021-04-28[mlir][python] Add `destroy` method to PyOperation.Mike Urbach1-0/+22
2021-04-28[mlir][python] Update `PyOpResult.owner` to get the parent object.Mike Urbach1-0/+13
2021-04-28[mlir][python] Add basic python support for GPU dialect and passesNicolas Vasilache1-0/+19
2021-04-28[mlir][python] Add python support for async dialect and passes.Nicolas Vasilache1-0/+19
2021-04-27[mlir] Support setting operand values in C and Python APIs.Mike Urbach1-0/+32
2021-04-27[MLIR][Python] Add capsule methods for pybind11 to PyValue.Mike Urbach1-0/+27
2021-04-19[mlir] Improve debug flag management in Python bindingsAlex Zinenko2-7/+39
2021-04-16[mlir][python] Add simple debugging and printing helpersNicolas Vasilache1-0/+7
2021-04-16[mlir][Python][Linalg] Add support for captures in body builder.Nicolas Vasilache1-0/+34
2021-04-15Add support for numpy arrays to memref conversions.Prashant Kumar1-0/+177
2021-04-06[MLIR] [Python] Add capsule methods for pybind11 to PyOperationJohn Demme1-0/+13
2021-04-06[mlir][python] Add missing affine map compression testNicolas Vasilache1-1/+32
2021-04-01[mlir][Python][Linalg] Add missing attributes to linalg opsNicolas Vasilache3-4/+110
2021-03-31[mlir][Linalg][Python] Create the body of builtin named Linalg opsNicolas Vasilache1-5/+39
2021-03-30[mlir] Add C and python API for is_registered_operation.Stella Laurenzo1-5/+15
2021-03-30Add a "register_runtime" method to the mlir.execution_engine and show calling...Mehdi Amini1-0/+34
2021-03-29[mlir][Linalg] Allow calling named ops when available and make it the default.Nicolas Vasilache1-0/+25
2021-03-25[mlir][linalg] Add an InitTensorOp python builder.Stella Laurenzo2-15/+32
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini9-19/+21
2021-03-19[mlir][python] Adapt to `segment_sizes` attribute type change.Stella Laurenzo1-2/+2
2021-03-19[mlir][python] Function decorator for capturing a FuncOp from a python function.Stella Laurenzo2-63/+117
2021-03-19[mlir][linalg] Add structured op builders from python opdsl.Stella Laurenzo2-0/+209
2021-03-16[mlir][Python] Fix test broken after D98474River Riddle1-1/+1
2021-03-15[mlir] enable Python bindings for the MemRef dialectAlex Zinenko1-15/+10
2021-03-15[mlir] fix shared-lib build fallout of e2310704d890ad252aeb1ca28b4b84d29514b1d1Alex Zinenko1-10/+17
2021-03-10[mlir] Model MemRef memory space as AttributeVladislav Vinogradov1-4/+4
2021-03-08[mlir][python] Reorganize MLIR python into namespace packages.Stella Laurenzo11-17/+17
2021-03-05[mlir][linalg] Add linalg_opdsl tool first draft.Stella Laurenzo6-0/+112
2021-03-03Add basic JIT Python BindingsMehdi Amini1-0/+99
2021-02-20Update test error string post pass registration changeJacques Pienaar1-1/+1
2021-02-16[mlir][python] Add python binding for AffineMapAttribute.Stella Laurenzo1-0/+18
2021-01-26[mlir] Add Python bindings for IntegerSetAlex Zinenko1-0/+128
2021-01-24[mlir][Python] Roll up of python API fixes.Stella Laurenzo3-35/+107
2021-01-21Add Python bindings for the builtin dialectMehdi Amini2-0/+73
2021-01-19[mlir][python] Swap shape and element_type order for MemRefType.Stella Laurenzo1-3/+3
2021-01-19[mlir][python] Factor out standalone OpView._ods_build_default class method.Stella Laurenzo1-0/+210
2021-01-13[mlir][Python] Add checking process before create an AffineMap from a permuta...zhanghb971-0/+6
2021-01-11Enable python bindings for tensor, shape and linalg dialects.Stella Laurenzo1-2/+2
2021-01-11[mlir] Expose MemRef layout in Python bindingsAlex Zinenko1-3/+13
2021-01-11[mlir] More Python bindings for AffineMapAlex Zinenko1-0/+148
2021-01-11[mlir] Add Python bindings for AffineExprAlex Zinenko1-0/+275
2021-01-07[mlir] don't match the text produced only in debug mode in Python testsAlex Zinenko2-4/+4
2020-12-30[mlir][Python] Initial Affine Map Python Bindings.zhanghb971-0/+24
2020-12-29[mlir][Python] Add an Operation.name propertySiddharth Krishna1-0/+19
2020-12-29[mlir][python] Add Operation.verify().Stella Laurenzo1-1/+7
2020-12-29[mlir][python] Add FlatSymbolRef attribute.Stella Laurenzo1-0/+14
2020-12-13[mlir] Add Python binding for MLIR Dict Attributekweisamx1-0/+41