[Mlir-commits] [mlir] [MLIR][GPU] Add verifier to gpu.barrier requiring kernel context (PR #188729)
Fabian Mora
llvmlistbot at llvm.org
Thu Mar 26 04:57:14 PDT 2026
fabianmcg wrote:
> I don't think all users of gpu dialect use gpu.func / gpu.launch. I've atleast seen triton use gpu.barrier but not gpu.func (because they have their own tt.func).
This is true, in general we should be moving towards removing deps on `gpu.func` and `gpu.module` and towards interfaces like `GPUKernelOpInterface`, `ModuleOpInterface`.
https://github.com/llvm/llvm-project/pull/188729
More information about the Mlir-commits
mailing list