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