[Mlir-commits] [mlir] [mlir][gpu] Add verification to disallow nested `gpu.launch` ops (PR #151968)

Mehdi Amini llvmlistbot at llvm.org
Mon Aug 4 06:54:56 PDT 2025


joker-eph wrote:

I don't believe this should be a verifier error because that does not compose with inlining. Making this part of the verifier would mean that the inliner transformation would be subject to create invalid IR without any possibility to prevent this.

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


More information about the Mlir-commits mailing list