llvm-project/mlir/test/python/dialects
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
..
linalg [mlir][nfc] Clean-up usage of kDynamicSize. 2022-10-20 13:54:57 +00:00
sparse_tensor [mlir][python] Include anchor op in PassManager.parse 2022-11-03 11:49:48 -04:00
arith_dialect.py Fix MLIR Python binding for arith.constant after argument has been changed to an interface 2022-08-01 09:06:55 +00:00
async_dialect.py [mlir][python] Include anchor op in PassManager.parse 2022-11-03 11:49:48 -04:00
builtin.py [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
complex_dialect.py [mlir][complex] Add Python bindings for complex ops. 2022-06-16 14:19:11 -07:00
func.py [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
gpu.py [mlir][python] Include anchor op in PassManager.parse 2022-11-03 11:49:48 -04:00
math_dialect.py [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
memref.py [mlir] materialize strided memref layout as attribute 2022-08-30 17:19:58 +02:00
ml_program.py [mlir][python] Add Python bindings for ml_program dialect. 2022-05-18 23:08:33 -07:00
ods_helpers.py (Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttr 2022-08-12 19:44:52 -04:00
pdl_ops.py [mlir:PDL] Fix a syntax ambiguity in pdl.attribute 2022-04-28 12:57:59 -07:00
pdl_types.py [mlir] Introduce Python bindings for the PDL dialect 2022-01-19 11:19:56 +01:00
python_test.py [mlir][tblgen][ods][python] Use keyword-only arguments for optional builder arguments in generated Python bindings 2022-05-21 21:18:53 -07:00
quant.py [mlir] Introduce Python bindings for the quantization dialect 2022-01-05 16:26:31 +01:00
scf.py [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
shape.py [mlir][nfc] Clean-up usage of kDynamicSize. 2022-10-20 13:54:57 +00:00
tensor.py [mlir][nfc] Clean-up usage of kDynamicSize. 2022-10-20 13:54:57 +00:00
tosa.py Enable MLIR Python bindings for TOSA. 2021-05-24 18:04:50 +00:00
transform.py [mlir] add OperationType to the Transform dialect 2022-10-11 09:55:19 +00:00
transform_loop_ext.py [mlir][ods] Do not print default-valued attributes when the value is equal to the default 2022-10-17 13:57:36 -07:00
transform_structured_ext.py [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
vector.py [mlir][nfc] Clean-up usage of kDynamicSize. 2022-10-20 13:54:57 +00:00