llvm-capstone/mlir
Ingo Müller 57c090b2ea [mlir][linalg][transform][python] Improve mix-in for PadOp.
In particular:

* Fix and extend the support for constructing possibly nested ArrayAttrs
  from lists of Python ints. This can probably be generalized further
  and used in many more places.
* Add arguments for `pad_to_multiple_of` and `copy_back_op`.
* Format with black and reorder (keyword-only) arguments to match
  tablegen and (`*_gen.py`) order.
* Extend tests for new features.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D157789
2023-08-21 13:35:49 +00:00
..
benchmark/python
cmake/modules
docs Fix minor typos in MLIR doc (NFC) 2023-08-18 01:11:04 -07:00
examples Reland "[mlir] Add a postprocessing parameter in Pattern" 2023-08-15 19:21:27 -07:00
include [mlir][ArmSME] Add vector to tile intrinsics 2023-08-21 10:35:58 +00:00
lib [mlir][bufferization] Generalize dealloc simplification pattern 2023-08-21 13:08:00 +00:00
python [mlir][linalg][transform][python] Improve mix-in for PadOp. 2023-08-21 13:35:49 +00:00
test [mlir][linalg][transform][python] Improve mix-in for PadOp. 2023-08-21 13:35:49 +00:00
tools Fix MLIR build failure: error: no member named 'getValue' in 'mlir::OptionalParseResult' 2023-08-20 13:27:10 -07:00
unittests [mlir][Presburger] Remove slow applyDomainAndRange test 2023-08-21 17:10:29 +05:30
utils [mlir] Fix generating checks for multiple funcs in generate-test-checks 2023-08-03 15:55:03 +00:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][NVVM] Adds the NVVM target attribute. 2023-08-08 19:21:36 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.