summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2021-09-30[mlir][python] provide access to function argument/result attributesAlex Zinenko
2021-09-28[mlir][Python] Fix lifetime of ExecutionEngine runtime functions.Sean Silva
2021-09-20[mlir][Linalg] Add ConvolutionOpInterface.MaheshRavishankar
2021-09-16[mlir][OpDSL] Update op definitions to make shapes more concise (NFC).Tobias Gysi
2021-09-13Reorder mmt4d shapes:Benoit Jacob
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo
2021-08-22[mlir] Add op for NCHW conv2d.Stella Laurenzo
2021-08-22[mlir][linalg] Add script to update the LinalgNamedStructuredOps.yaml. nfcStella Laurenzo
2021-08-20[mlir][linalg] Finish refactor of TC ops to YAMLRob Suderman
2021-08-20[mlir][linalg] Fix __repr__ implementation in const from opdslDenys Shabalin
2021-08-16[mlir][tosa] Fixed depthwise conv parallel/reduction indices orderRob Suderman
2021-08-16[mlir][linalg] Clear unused linalg tc operationsRobert Suderman
2021-08-12[mlir][tosa] Fix depthwise_conv2D strides/dilation and namenatashaknk
2021-08-11[mlir][tosa] Migrate tosa to more efficient linalg.convRob Suderman
2021-08-10[mlir][tosa] Add quantized and unquantized versions for tosa.depthwise_conv2d...natashaknk
2021-08-06[mlir][python] Make a number of imports relative.Stella Laurenzo
2021-08-03Reorder mmt4d r.h.s operand layoutAhmed Taei
2021-07-29[MLIR][python] Export CAPI headers.Stella Laurenzo
2021-07-29Rorder mmt4d iteration domainAhmed S. Taei
2021-07-28Break apart the MLIR ExecutionEngine from core python module.Stella Laurenzo
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo
2021-07-23[mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops.Yi Zhang
2021-07-22[mlir][tosa] Quantized Conv2DOp lowering to linalg added.Rob Suderman
2021-07-20Remove libMLIRPublicAPI DSO.Stella Laurenzo
2021-07-20[mlir][tosa] Added tosa to linalg lowering to unstrided transposed convRob Suderman
2021-07-20[mlir][tosa] Add quantized lowering for matmul and fully_connectedRob Suderman
2021-07-20Exclude pybind11 2.7.0 from MLIR python requirements.Stella Laurenzo
2021-07-19[mlir][Linalg] Migrate 2D pooling ops from tc definition to yaml definition.Hanhan Wang
2021-07-12[mlir][Linalg] Add 3D pooling named ops to Linalg.Hanhan Wang
2021-07-12[mlir][linalg][python] Add auto-generated file warning (NFC).Tobias Gysi
2021-07-08[mlir][linalg][python] Add exp and log to the OpDSL.Tobias Gysi
2021-07-02[mlir][linalg][python] Add min operation in OpDSL.Tobias Gysi
2021-07-02[mlir][linalg][python] Add max operation in OpDSLTobias Gysi
2021-07-01Add linalg.mmt4d named opAhmed Taei
2021-06-30Add linalg.batch_matvec named opAhmed Taei
2021-06-30[mlir][linalg][python] Explicit shape and dimension order in OpDSL.Tobias Gysi
2021-06-28[mlir][linalg] Remove the StructuredOp capture mechanism.Tobias Gysi
2021-06-24[mlir][linalg][python] Add shape-only tensor support to OpDSL.Tobias Gysi
2021-06-24[mlir][linalg][python] Add attribute support to the OpDSL.Tobias Gysi
2021-06-22[mlir][linalg] Adapt FillOp to use a scalar operand.Tobias Gysi
2021-06-15[mlir][linalg][python] Adapt the OpDSL to use scalars.Tobias Gysi
2021-06-11[mlir] Provide minimal Python bindings for the math dialectAlex Zinenko
2021-05-26[mlir][python] Provide "all passes" registration module in PythonAart Bik
2021-05-24Enable MLIR Python bindings for TOSA.Stella Laurenzo
2021-05-20[mlir] Add Python bindings for vector dialectMatthias Springer
2021-05-19[mir][Python][linalg] Support OpDSL extensions in C++.Tobias Gysi
2021-05-12[mlir][sparse][capi][python] add sparse tensor passesAart Bik
2021-05-10[mlir][linalg] remove the -now- obsolete sparse support in linalgAart Bik
2021-05-10[mlir][Python] Re-export cext sparse_tensor module to the public namespace.Stella Laurenzo
2021-05-06Fix array attribute in bindings for linalg.init_tensorDenys Shabalin