[Mlir-commits] [mlir] [mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (PR #72871)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 24 02:57:05 PST 2023
================
@@ -1076,21 +1100,35 @@ LogicalResult LaunchFuncOp::verify() {
GPUDialect::getContainerModuleAttrName() +
"' attribute");
+ if (getClusterSizeX()) {
----------------
qcolombet wrote:
Should we use `hasClusterSize` here instead?
https://github.com/llvm/llvm-project/pull/72871
More information about the Mlir-commits
mailing list