[Mlir-commits] [mlir] [mlir][py] better support for arith.constant construction (PR #83259)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Mar 5 07:07:59 PST 2024


ftynse wrote:

> e.g 'arith.constant(array("i", [1,2,3,4]))' could produce a value of type 'vector<4xi32>'.

We can have either vector or tensor type for these, I didn't want to prioritize one or another.

https://github.com/llvm/llvm-project/pull/83259


More information about the Mlir-commits mailing list