aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2022-07-21Adding a new variant of DepthwiseConv2DGeorge Petterson
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-07-12[mlir] Transform op for multitile size generationAlex Zinenko
2022-07-12[mlir] Allow Tile transform op to take dynamic sizesAlex Zinenko
2022-07-12[mlir] Add ReplicateOp to the Transform dialectAlex Zinenko
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson
2022-07-11Revert "Fix an issue with grouped conv2d op"Nirvedh
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson
2022-07-07[mlir] Transform dialect: introduce merge_handles opAlex Zinenko
2022-07-07[mlir] Structured transforms: introduce op splittingAlex Zinenko
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova
2022-06-23Adding a named op for grouped convolutionsgpetters94
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-17[mlir][linalg] Extend opdsl to support operations on complex types.bixia1
2022-06-16[mlir][complex] Add Python bindings for complex ops.bixia1
2022-06-14[mlir][linalg] Add named ops for depthwise 3d convolutionBenjamin Kramer
2022-06-13[mlir][linalg] Add conv_2d_nhwc_fhwc to core_named_ops.pyBenjamin Kramer
2022-06-10[mlir][py-bindings] Fix include issue introduced by D127352agostini01
2022-06-09[mlir][bufferization] Add optional `copy` operand to AllocTensorOpMatthias Springer
2022-06-09[mlir] Introduce Transform ops for loopsAlex Zinenko
2022-06-08Add Python bindings for the OpaqueTypedime10
2022-06-02[mlir][python][f16] add ctype python binding support for f16Aart Bik
2022-06-02[mlir] add decompose and generalize to structured transform opsAlex Zinenko
2022-06-01[mlir][python][ctypes] fix ctype python binding complication for complexAart Bik
2022-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko
2022-05-23[mlir][bufferization] Fix Python bindingsMatthias Springer
2022-05-21[mlir][tblgen][ods][python] Use keyword-only arguments for optional builder a...Jeremy Furtek
2022-05-21[mlir][bufferization] Add bufferization.alloc_tensor opMatthias Springer
2022-05-18[mlir][python] Add Python bindings for ml_program dialect.Stella Laurenzo
2022-04-28[mlir:ODS] Support using attributes in AllTypesMatch to automatically add Inf...River Riddle
2022-04-08[mlir][Linalg] Add pooling_nchw_sum op.Vivek Khandelwal
2022-03-31Revert "Added an empty __init__.py file to the MLIR Python bindings"Alex Zinenko
2022-03-31Fixed the type of context in type stubs for MLIR Python bindingsSergei Lebedev
2022-03-31Added an empty __init__.py file to the MLIR Python bindingsSergei Lebedev
2022-03-31Fixed mypy type errors in MLIR Python type stubsSergei Lebedev
2022-03-25Updated MLIR type stubs to work with pytypeSergei Lebedev
2022-03-19[mlir:PDL] Remove the ConstantParams support from native Constraints/RewritesRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-14NFC: Remove unterminated string from Python pyi file.Stella Laurenzo
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-13[MLIR][Python] Add SCFIfOp Python bindingchhzh123
2022-03-10[mlir][linalg] Add a few unary operations.Bixia Zheng
2022-03-08[mlir][Linalg] Add a polymorphic linalg.copy operationNicolas Vasilache
2022-03-08[mlir][OpDSL] Support pointwise ops with rank zero inputs.gysit
2022-03-08[mlir][OpDSL] Remove unused SoftPlus2DOp operation.gysit
2022-03-08[mlir][OpDSL] Simplify index and constant tests.gysit
2022-03-08[mlir][OpDSL] Add support for adding canonicalization patterns.gysit
2022-03-08[mlir][linalg] Add a FillOpInterface.gysit
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle