[Mlir-commits] [mlir] [mlir]introduce UnrollScopeInterface and apply it to funcOp and gpu.launch Op. (PR #123904)

lonely eagle llvmlistbot at llvm.org
Fri Jan 24 11:27:48 PST 2025


linuxlonelyeagle wrote:

> Do you, perhaps, want to schedule your affine loop unrolling pass onto `gpu.launch`?

Yes, Because affine-loop-unroll runs on funcOp. Not on the whole MLIR moduleOp.

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


More information about the Mlir-commits mailing list