llvm-project/mlir/test/python
Lorenzo Chelini a9733b8a5e [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform
This commit is a first step toward removing inconsistencies between dynamic
and static attributes (i64 v. index) by dropping `I64ArrayAttr` and
using `DenseI64ArrayAttr` in Tensor, Memref and Linalg Transform ops.
In Linalg Transform ops only `TileToScfForOp` and `TileOp` have been updated.

See related discussion: https://discourse.llvm.org/t/rfc-inconsistency-between-dynamic-and-static-attributes-i64-v-index/66612/1

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D138567
2022-11-25 09:43:30 +01:00
..
dialects [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
integration [mlir][python] Allow adding to existing pass manager 2022-11-04 12:04:26 -04:00
ir [Test] Fix CHECK typo. 2022-11-04 10:18:04 -07:00
lib [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
.style.yapf [mlir][transform] failure propagation mode in sequence 2022-08-12 15:31:22 +00:00
CMakeLists.txt [mlir] Rework subclass construction in PybindAdaptors.h 2022-01-19 18:09:05 +01:00
develoment_files.py [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
execution_engine.py [mlir][python] Include anchor op in PassManager.parse 2022-11-03 11:49:48 -04:00
lit.local.cfg Fix ASAN execution for the MLIR Python tests 2021-10-03 05:07:32 +00:00
pass_manager.py [mlir][python] Allow adding to existing pass manager 2022-11-04 12:04:26 -04:00
python_test_ops.td [mlir][ods] Simplify useDefaultType/AttributePrinterParser 2022-05-18 17:22:11 +00:00