[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)

Victor Perez llvmlistbot at llvm.org
Mon Aug 5 03:19:39 PDT 2024


victor-eds wrote:

> Yeah, definitely. In fact, I've just figured out we're dropping information on the size of this memory allocations. `gpu.launch_func` won't know the required size of these memory attributions, so we would need to attach that information as an attribute to the lowered function. The rest of the PR is ready for review.

Attached as `llvm.mlir.workgroup_attrib_size`.

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


More information about the Mlir-commits mailing list