aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)AuthorFilesLines
2021-12-11[mlir][python] Add fused locationJacques Pienaar1-0/+2
2021-11-29[mlir][python] Audit and fix a lot of the Python pyi stubs.Stella Laurenzo4-145/+194
2021-11-29[mlir][python] Implement more SymbolTable methods.Stella Laurenzo1-108/+122
2021-11-29[mlir][python] Add pyi stub files to enable auto completion.Stella Laurenzo5-0/+929
2021-11-26[MLIR] NFC. Rename MLIR CAPI ExecutionEngine target for consistencyUday Bondhugula1-1/+1
2021-11-18[mlir][Python] Fix generation of accessors for OptionalMichal Terepeta1-9/+0
2021-11-17[mlir] Fix wrong variable name in Linalg OpDSLAlex Zinenko1-4/+5
2021-11-15[mlir] Move min/max ops from Std to Arith.Alexander Belyaev1-8/+8
2021-11-15[mlir][Linalg] Make depthwise convolution naming scheme consistent.Nicolas Vasilache1-7/+7
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo1-20/+37
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini1-35/+19
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo1-19/+35
2021-11-11[mlir][Linalg] Add 1-d depthwise conv with opdslNicolas Vasilache1-0/+19
2021-10-26[mlir][python] Segment MLIR Python test dialect to avoid testonly dependency.Stella Laurenzo1-42/+42
2021-10-26Make Python MLIR Operation not iterableMehdi Amini2-1/+12
2021-10-25[mlir][python] Infer result types in generated constructors whenever possibleAlex Zinenko1-17/+17
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko3-39/+39
2021-10-14[mlir][python] Fix MemRefType IsAFunction in Python bindingsAlex Zinenko1-1/+1
2021-10-13[mlir] fix python bindings cmakeAlex Zinenko1-1/+3
2021-10-13[mlir][python] Add custom constructor for memref loadAlex Zinenko1-0/+37
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball6-69/+122
2021-10-08[mlir][python] support taking ops instead of values in op constructorsAlex Zinenko5-29/+97
2021-10-07[mlir][linalg] Add unsigned min/max/cast function to OpDSL.Tobias Gysi4-11/+101
2021-10-06[mlir][linalg] Update OpDSL to use the newly introduced min and max ops.Tobias Gysi1-18/+4
2021-10-04[mlir][python] Provide more convenient constructors for std.CallOpAlex Zinenko2-6/+80
2021-10-04[mlir][python] Provide more convenient wrappers for std.ConstantOpAlex Zinenko2-1/+74
2021-09-30[mlir][python] provide bindings for ops from the sparse_tensor dialectAlex Zinenko3-0/+17
2021-09-30[mlir][python] provide bindings for the SCF dialectAlex Zinenko4-0/+86
2021-09-30[mlir][python] provide access to function argument/result attributesAlex Zinenko1-0/+22
2021-09-28[mlir][Python] Fix lifetime of ExecutionEngine runtime functions.Sean Silva1-1/+1
2021-09-20[mlir][Linalg] Add ConvolutionOpInterface.MaheshRavishankar2-1/+20
2021-09-16[mlir][OpDSL] Update op definitions to make shapes more concise (NFC).Tobias Gysi1-19/+23
2021-09-13Reorder mmt4d shapes:Benoit Jacob1-3/+3
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo17-194/+34
2021-08-22[mlir] Add op for NCHW conv2d.Stella Laurenzo1-0/+29
2021-08-22[mlir][linalg] Add script to update the LinalgNamedStructuredOps.yaml. nfcStella Laurenzo1-1/+0
2021-08-20[mlir][linalg] Finish refactor of TC ops to YAMLRob Suderman1-11/+109
2021-08-20[mlir][linalg] Fix __repr__ implementation in const from opdslDenys Shabalin1-1/+1
2021-08-16[mlir][tosa] Fixed depthwise conv parallel/reduction indices orderRob Suderman1-2/+2
2021-08-16[mlir][linalg] Clear unused linalg tc operationsRobert Suderman1-18/+0
2021-08-12[mlir][tosa] Fix depthwise_conv2D strides/dilation and namenatashaknk1-2/+2
2021-08-11[mlir][tosa] Migrate tosa to more efficient linalg.convRob Suderman1-43/+36
2021-08-10[mlir][tosa] Add quantized and unquantized versions for tosa.depthwise_conv2d...natashaknk1-0/+37
2021-08-06[mlir][python] Make a number of imports relative.Stella Laurenzo5-10/+8
2021-08-03Reorder mmt4d r.h.s operand layoutAhmed Taei1-2/+2
2021-07-29[MLIR][python] Export CAPI headers.Stella Laurenzo2-0/+27
2021-07-29Rorder mmt4d iteration domainAhmed S. Taei1-1/+1
2021-07-28Break apart the MLIR ExecutionEngine from core python module.Stella Laurenzo2-6/+18
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo8-146/+382
2021-07-23[mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops.Yi Zhang1-0/+33