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

Krzysztof Drewniak llvmlistbot at llvm.org
Sun Jan 26 22:24:41 PST 2025


krzysz00 wrote:

The problem with `gpu.launch` is that it's not `IsolatedFromAbove`, so you can't just schedule passes onto it.

But I think at the very least moving to `FunctionLikeOpInterface` isn't a bad idea

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


More information about the Mlir-commits mailing list