[Mlir-commits] [mlir] [MLIR][SCF] Add dedicated Python bindings for ForallOp (PR #149416)
Maksim Levental
llvmlistbot at llvm.org
Fri Jul 18 11:38:49 PDT 2025
makslevental wrote:
> That's pretty cool! Seems like your branch also has helpers for other ops like ParallelOp which are maybe a bit out of scope of this current PR,
Sure but it's worth considering whether your current version is aligned with my form because if you land yours and then start using it and we land mine later it'll be a breaking change. For example my form does not support fetching the terminator.
https://github.com/llvm/llvm-project/pull/149416
More information about the Mlir-commits
mailing list