- 70f1021 [mlir][py-bindings] Fix include issue introduced by D127352 by agostini01 · 3 years ago
- 56d68e8 [mlir][bufferization] Add optional `copy` operand to AllocTensorOp by Matthias Springer · 3 years ago
- 5f0d4f2 [mlir] Introduce Transform ops for loops by Alex Zinenko · 3 years ago
- 4f55ed5 Add Python bindings for the OpaqueType by dime10 · 3 years ago
- f8b692d [mlir][python][f16] add ctype python binding support for f16 by Aart Bik · 3 years ago
- ce2e198 [mlir] add decompose and generalize to structured transform ops by Alex Zinenko · 3 years ago
- d668218 [mlir][python][ctypes] fix ctype python binding complication for complex by Aart Bik · 3 years ago
- 3f71765 [mlir] provide Python bindings for the Transform dialect by Alex Zinenko · 3 years ago
- 210c4e7 [mlir][bufferization] Fix Python bindings by Matthias Springer · 3 years ago
- 9b79f50 [mlir][tblgen][ods][python] Use keyword-only arguments for optional builder arguments in generated Python bindings by Jeremy Furtek · 3 years ago
- ffdbecc [mlir][bufferization] Add bufferization.alloc_tensor op by Matthias Springer · 3 years, 1 month ago
- 8b7e85f [mlir][python] Add Python bindings for ml_program dialect. by Stella Laurenzo · 3 years, 1 month ago
- 1bd1eda [mlir:ODS] Support using attributes in AllTypesMatch to automatically add InferTypeOpInterface by River Riddle · 3 years, 1 month ago
- b20719d [mlir][Linalg] Add pooling_nchw_sum op. by Vivek Khandelwal · 3 years, 2 months ago
- 3a4ada6 Revert "Added an empty __init__.py file to the MLIR Python bindings" by Alex Zinenko · 3 years, 2 months ago
- e1fdd80 Fixed the type of context in type stubs for MLIR Python bindings by Sergei Lebedev · 3 years, 2 months ago
- b50893d Added an empty __init__.py file to the MLIR Python bindings by Sergei Lebedev · 3 years, 2 months ago
- 65b2f24 Fixed mypy type errors in MLIR Python type stubs by Sergei Lebedev · 3 years, 2 months ago
- 5177676 Updated MLIR type stubs to work with pytype by Sergei Lebedev · 3 years, 2 months ago
- 9595f35 [mlir:PDL] Remove the ConstantParams support from native Constraints/Rewrites by River Riddle · 3 years, 3 months ago
- 4a3460a [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" by River Riddle · 3 years, 3 months ago
- 3655069 [mlir] Move the Builtin FuncOp to the Func dialect by River Riddle · 3 years, 3 months ago
- 0c3156b NFC: Remove unterminated string from Python pyi file. by Stella Laurenzo · 3 years, 3 months ago
- 7294be2 [mlir][linalg] Replace linalg.fill by OpDSL variant. by gysit · 3 years, 3 months ago
- 036088f [MLIR][Python] Add SCFIfOp Python binding by chhzh123 · 3 years, 3 months ago
- 13d3307 [mlir][linalg] Add a few unary operations. by Bixia Zheng · 3 years, 3 months ago
- eb6a3c0 [mlir][Linalg] Add a polymorphic linalg.copy operation by Nicolas Vasilache · 3 years, 3 months ago
- f345f7e [mlir][OpDSL] Support pointwise ops with rank zero inputs. by gysit · 3 years, 3 months ago
- 3231b6d [mlir][OpDSL] Remove unused SoftPlus2DOp operation. by gysit · 3 years, 3 months ago
- f4939d5 [mlir][OpDSL] Simplify index and constant tests. by gysit · 3 years, 3 months ago
- d629645 [mlir][OpDSL] Add support for adding canonicalization patterns. by gysit · 3 years, 3 months ago
- f4ae02a [mlir][linalg] Add a FillOpInterface. by gysit · 3 years, 3 months ago
- 23aa5a7 [mlir] Rename the Standard dialect to the Func dialect by River Riddle · 3 years, 3 months ago
- e9085d0 [mlir][OpDSL] Rename function to make signedness explicit (NFC). by gysit · 3 years, 3 months ago
- 24357fe [mlir][OpDSL] Add arithmetic function attributes. by gysit · 3 years, 3 months ago
- cd2776b [mlir][OpDSL] Split arithmetic functions. by gysit · 3 years, 3 months ago
- 4d4cb17 [mlir][OpDSL] Refactor function handling. by gysit · 3 years, 3 months ago
- 51fdd80 [mlir][OpDSL] Add type function attributes. by gysit · 3 years, 3 months ago
- 4121090 [mlir][OpDSL] Restructure comprehension.py (NFC). by gysit · 3 years, 4 months ago
- d50571a [mlir][OpDSL] Add default value to index attributes. by gysit · 3 years, 4 months ago
- 01e0486 [mlir][OpDSL] Consistently use the term op_def (NFC). by gysit · 3 years, 4 months ago
- a3655de [mlir][OpDSL] Add support for basic rank polymorphism. by gysit · 3 years, 4 months ago
- fe23a6f [mlir] Fixup python bindings after splitting cf ops from std. by Stella Laurenzo · 3 years, 4 months ago
- 99ef9ee [mlir][vector][NFC] Split into IR, Transforms and Utils by Matthias Springer · 3 years, 4 months ago
- 2d9ed1a [mlir] Fix broken __repr__ implementation in Linalg OpDSL by Denys Shabalin · 3 years, 4 months ago
- b7fd91c Upstream MLIR PyTACO implementation. by Bixia Zheng · 3 years, 4 months ago
- 89a92fb [mlir] Rework subclass construction in PybindAdaptors.h by Alex Zinenko · 3 years, 5 months ago
- 19c3026 [mlir] Fix PDL python bindings build by Denys Shabalin · 3 years, 5 months ago
- ed21c92 [mlir] Introduce Python bindings for the PDL dialect by Denys Shabalin · 3 years, 5 months ago
- 772f7b8 Disable the MLIR ExecutionEngine library when the native target is not configured by Mehdi Amini · 3 years, 5 months ago
- b22a93f [mlir][linalg] Improve pooling op iterator order consistency by Lei Zhang · 3 years, 5 months ago
- e3b442b [mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`. by gysit · 3 years, 5 months ago
- cf05668 [mlir][OpDSL] Rename `PrimFn` to `ArithFn`. by gysit · 3 years, 5 months ago
- 15757ea [mlir][OpDSL] Add `TypeFn` class. by gysit · 3 years, 5 months ago
- 2648e2d [mlir][OpDSL] Rename `AttributeDef` to `IndexAttrDef`. by gysit · 3 years, 5 months ago
- 95ddbed [mlir] Split out Python bindings for dialects into separate libs by Alex Zinenko · 3 years, 5 months ago
- 66d4090 [mlir] Introduce Python bindings for the quantization dialect by Alex Zinenko · 3 years, 5 months ago
- d716cfc [mlir] Use public PybindAdaptors in Linalg dialect bindings by Alex Zinenko · 3 years, 5 months ago
- 7ee25bc [mlir][python] Add bindings for diagnostic handler. by Stella Laurenzo · 3 years, 5 months ago
- 1ab3efa [mlir][python] Add fused location by Jacques Pienaar · 3 years, 6 months ago
- a88bb5b [mlir][python] Audit and fix a lot of the Python pyi stubs. by Stella Laurenzo · 3 years, 6 months ago
- bdc3183 [mlir][python] Implement more SymbolTable methods. by Stella Laurenzo · 3 years, 6 months ago
- a6e7d02 [mlir][python] Add pyi stub files to enable auto completion. by Stella Laurenzo · 3 years, 6 months ago
- c89fc1e [MLIR] NFC. Rename MLIR CAPI ExecutionEngine target for consistency by Uday Bondhugula · 3 years, 6 months ago
- 54c9984 [mlir][Python] Fix generation of accessors for Optional by Michal Terepeta · 3 years, 7 months ago
- bca003d [mlir] Fix wrong variable name in Linalg OpDSL by Alex Zinenko · 3 years, 7 months ago
- 9b1d90e [mlir] Move min/max ops from Std to Arith. by Alexander Belyaev · 3 years, 7 months ago
- f67171a [mlir][Linalg] Make depthwise convolution naming scheme consistent. by Nicolas Vasilache · 3 years, 7 months ago
- 132bc6e Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." by Stella Laurenzo · 3 years, 7 months ago
- 1a6c26d Revert "[mlir] Allow out-of-tree python building from installed MLIR." by Mehdi Amini · 3 years, 7 months ago
- c7be8b7 [mlir] Allow out-of-tree python building from installed MLIR. by Stella Laurenzo · 3 years, 7 months ago
- 8fd2f56 [mlir][Linalg] Add 1-d depthwise conv with opdsl by Nicolas Vasilache · 3 years, 7 months ago
- d86688f [mlir][python] Segment MLIR Python test dialect to avoid testonly dependency. by Stella Laurenzo · 3 years, 7 months ago
- f431d38 Make Python MLIR Operation not iterable by Mehdi Amini · 3 years, 7 months ago
- 2995d29 [mlir][python] Infer result types in generated constructors whenever possible by Alex Zinenko · 3 years, 7 months ago
- 14c9207 [mlir] support interfaces in Python bindings by Alex Zinenko · 3 years, 7 months ago
- a04c0b7 [mlir][python] Fix MemRefType IsAFunction in Python bindings by Alex Zinenko · 3 years, 8 months ago
- 2b55e14 [mlir] fix python bindings cmake by Alex Zinenko · 3 years, 8 months ago
- 7fd6f40 [mlir][python] Add custom constructor for memref load by Alex Zinenko · 3 years, 8 months ago
- a54f4ea [MLIR] Replace std ops with arith dialect ops by Mogball · 3 years, 8 months ago
- b164f23 [mlir][python] support taking ops instead of values in op constructors by Alex Zinenko · 3 years, 8 months ago
- 3fe7fe4 [mlir][linalg] Add unsigned min/max/cast function to OpDSL. by Tobias Gysi · 3 years, 8 months ago
- a744c7e [mlir][linalg] Update OpDSL to use the newly introduced min and max ops. by Tobias Gysi · 3 years, 8 months ago
- 255a690 [mlir][python] Provide more convenient constructors for std.CallOp by Alex Zinenko · 3 years, 8 months ago
- 3a3a09f [mlir][python] Provide more convenient wrappers for std.ConstantOp by Alex Zinenko · 3 years, 8 months ago
- 93a6b49 [mlir][python] provide bindings for ops from the sparse_tensor dialect by Alex Zinenko · 3 years, 8 months ago
- 8c1b785 [mlir][python] provide bindings for the SCF dialect by Alex Zinenko · 3 years, 8 months ago
- afeda4b [mlir][python] provide access to function argument/result attributes by Alex Zinenko · 3 years, 8 months ago
- 204d301 [mlir][Python] Fix lifetime of ExecutionEngine runtime functions. by Sean Silva · 3 years, 8 months ago
- 0b33890 [mlir][Linalg] Add ConvolutionOpInterface. by MaheshRavishankar · 3 years, 9 months ago
- 8f2db36 [mlir][OpDSL] Update op definitions to make shapes more concise (NFC). by Tobias Gysi · 3 years, 9 months ago
- 340314c Reorder mmt4d shapes: by Benoit Jacob · 3 years, 9 months ago
- cb7b038 [mlir][python] Simplify python extension loading. by Stella Laurenzo · 3 years, 9 months ago
- a8de667 [mlir] Add op for NCHW conv2d. by Stella Laurenzo · 3 years, 10 months ago
- 64e74e9d [mlir][linalg] Add script to update the LinalgNamedStructuredOps.yaml. nfc by Stella Laurenzo · 3 years, 10 months ago
- 871c812 [mlir][linalg] Finish refactor of TC ops to YAML by Rob Suderman · 3 years, 10 months ago
- 1631d9a [mlir][linalg] Fix __repr__ implementation in const from opdsl by Denys Shabalin · 3 years, 10 months ago
- f328f72 [mlir][tosa] Fixed depthwise conv parallel/reduction indices order by Rob Suderman · 3 years, 10 months ago
- 65532ea [mlir][linalg] Clear unused linalg tc operations by Robert Suderman · 3 years, 10 months ago
- ba0997c [mlir][tosa] Fix depthwise_conv2D strides/dilation and name by natashaknk · 3 years, 10 months ago