summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2023-08-03[mlir] Add linalg.batch_mmt4d named opJerry Wu
2023-08-01[mlir][bufferization][transform][python] Add enums to bindings & mixins.Ingo Müller
2023-08-01[mlir][memref][transform][python] Create mix-in for MemRefMultiBufferOp.Ingo Müller
2023-07-31[mlir] python bindings for vector transform opsAlex Zinenko
2023-07-31[mlir] python enum bindings generatorAlex Zinenko
2023-07-31[mlir][memref][transform][python] Create .td file for bindings.Ingo Müller
2023-07-31[mlir][python] more python gpu transform mixinsAlex Zinenko
2023-07-27[mlir] delete yapf config files, NFCAlex Zinenko
2023-07-26[mlir][transform][bufferization][python] Add mix-in classes for two ops.Ingo Müller
2023-07-21[mlir][transform][structured][python] Allow str arg in match_op_names.Ingo Müller
2023-07-20[mlir][transform][python] Add extended ApplyPatternsOp.Ingo Müller
2023-07-20[mlir][transform][gpu][python] Add MapForallToBlocks mix-in.Ingo Müller
2023-07-19[mlir][transform][gpu][python] Add .td file for bindings.Ingo Müller
2023-07-19[mlir][transform][linalg][python] Add mix-in for FuseIntoContainingOp.Ingo Müller
2023-07-19[mlir][transform][linalg][python] Add extended TileToForallOp.Ingo Müller
2023-07-19[mlir][linalg][transform][python] Add type arg to MatchOp extension.Ingo Müller
2023-07-18[mlir][python] Add install target for MLIR Python sources.Jack Wolfard
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith
2023-07-18[mlir][transform][bufferization][python] Add .td file for bindings.Ingo Müller
2023-07-13[mlir][Linalg] Fold/erase self-copy linalg.copy on buffersNicolas Vasilache
2023-07-07[MLIR][Linalg] Add max named op to linalgRenato Golin
2023-07-07[MLIR][Linalg] Add unary named ops to linalgRenato Golin
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-07-06[MLIR][Linalg] Add more arith named ops to linalg (take 2)Renato Golin
2023-07-06[mlir][linalg][transform] Fix Python buildMatthias Springer
2023-07-05Add SymbolRefAttr to python bindingsmax
2023-07-05Revert "[MLIR][Linalg] Add more arith named ops to linalg"Renato Golin
2023-07-05[MLIR][Linalg] Add more arith named ops to linalgRenato Golin
2023-07-05[MLIR][Linalg] Named op 'add' element-wiseRenato Golin
2023-07-05[mlir][transform] Allow arbitrary indices to be scalableAndrzej Warzynski
2023-07-04[mlir][transform] Improve transform.get_closest_isolated_parentMatthias Springer
2023-07-04[mlir][linalg] Return tensor::PadOp handle from transform opMatthias Springer
2023-06-26[mlir][linalg] Add named op for matmul_transpose_aNicolas Vasilache
2023-06-26[mlir][linalg] Add missing op to match the generated fileNicolas Vasilache
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-24[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-24[mlir] move PDL-related transform ops into an extensionAlex Zinenko
2023-05-23[mlir][python] Bump min pybind11 version to 2.9.0Rahul Kayaith
2023-05-23[MLIR][python bindings] use pybind C++ APIs for throwing python errors.max
2023-05-22[MLIR][python bindings] Expose TypeIDs in pythonmax
2023-05-22[MLIR][python bindings] Add more basic AttrBuilder for _ops_gen.py filespengchao.hu
2023-05-12[mlir][linalg] Add channel-first variants of convolutionkon72
2023-05-11[MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli
2023-05-09Revert "[mlir][python] Allow specifying block arg locations"Rahul Kayaith
2023-05-09[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-05[mlir] make transform.loop.outline also return the call handleAlex Zinenko
2023-04-26[MLIR][python bindings] Add some AttrBuilder and port _exts to use them.max
2023-04-14[MLIR][python bindings] implement `PyValue` subclassing to enable operator ov...max
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer