[Mlir-commits] [mlir] [MLIR][GPU] Add gpu.cluster_dim_blocks Op to represent number of blocks per cluster (PR #95245)
Pradeep Kumar
llvmlistbot at llvm.org
Wed Jun 12 08:21:07 PDT 2024
================
@@ -81,6 +81,19 @@ def GPU_ClusterDimOp : GPU_IndexOp<"cluster_dim"> {
}];
}
+def GPU_ClusterDimBlocksOp : GPU_IndexOp<"cluster_dim_blocks"> {
----------------
schwarzschild-radius wrote:
Added `cluster_block_id` Op to model `NVVM_BlockInClusterId` variants and Updated the commit id
https://github.com/llvm/llvm-project/pull/95245
More information about the Mlir-commits
mailing list