[Mlir-commits] [mlir] [mlir][gpu] Add Support for Cluster of Thread Blocks in `gpu.launch` (PR #76924)
Adam Paszke
llvmlistbot at llvm.org
Thu Jan 4 02:33:57 PST 2024
================
@@ -778,6 +809,12 @@ void LaunchOp::print(OpAsmPrinter &p) {
p << " [" << getAsyncDependencies() << ']';
}
// Print the launch configuration.
+ if (getClusterSizeX()) {
----------------
apaszke wrote:
`hasClusterSize()`?
https://github.com/llvm/llvm-project/pull/76924
More information about the Mlir-commits
mailing list