[Mlir-commits] [mlir] [mlir] introduce transform.num_associations (PR #76723)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Jan 3 02:41:47 PST 2024


ftynse wrote:

> Is it worth adding a verifier that the result type is either param<i64> or any_param? 

Good point, we can just do the same check at verification time rather than at interpretation time.

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


More information about the Mlir-commits mailing list