[Mlir-commits] [mlir] [MLIR][SCF] Add dedicated Python bindings for ForallOp (PR #149416)

Colin De Vlieghere llvmlistbot at llvm.org
Fri Jul 18 11:13:12 PDT 2025


Cubevoid wrote:

> Before we get too far along, I wanted to show there's a better way to do this that's similar to how `scf.for` currently works
> 
> https://github.com/makslevental/mlir-python-extras/blob/main/mlir/extras/dialects/ext/scf.py#L266

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, so it might make sense to merge those separately.



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


More information about the Mlir-commits mailing list