[Mlir-commits] [mlir] [mlir][GPU] Refactor GPUOps lowering (PR #188905)

Hocky Yudhiono llvmlistbot at llvm.org
Fri Mar 27 08:23:13 PDT 2026


hockyy wrote:

> Can you also check this fixes #185174 ? (and mention `Fixes #185174` in the description)

It fixes it. Simply changing the attributes from `linkage` to `llvm.linkage` and `%shared_counter = gpu.alloc() : memref<4xi16, 3>` to `%shared_counter = memref.alloca() : memref<4xi16, 3>`

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


More information about the Mlir-commits mailing list