[Mlir-commits] [mlir] [mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (PR #72871)

Guray Ozen llvmlistbot at llvm.org
Mon Nov 20 07:51:51 PST 2023


grypp wrote:

> To interact with the target GPU compilation pipeline you will also need to modify: https://github.com/llvm/llvm-project/blob/main/mlir/lib/Target/LLVMIR/Dialect/GPU/SelectObjectAttr.cpp#L221 Also add a test here: https://github.com/llvm/llvm-project/blob/main/mlir/test/Target/LLVMIR/gpu.mlir
> 

The PR already implements `SelectObjectAttr.cpp` and adds a test to `gpu.mlir`. Is it not enough? 

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


More information about the Mlir-commits mailing list