[Mlir-commits] [mlir] [mlir][python] python binding wrapper for the affine.AffineForOp (PR #74408)

Amy Wang llvmlistbot at llvm.org
Mon Dec 4 22:38:59 PST 2023


kaitingwang wrote:

> Hey thanks @kaitingwang. I'll take a look soon but can you take a look here
> 
> https://github.com/llvm/llvm-project/blob/baf42cdea2f243a1c9d2f89c456589e351c50521/mlir/python/mlir/dialects/scf.py#L106
> and see if you can add the same thing for affine?

Thanks for the suggestion!  I added the syntatic suger form of affine.for_ as well as some testcases (mostly adapted from scf.for)

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


More information about the Mlir-commits mailing list