[Mlir-commits] [mlir] [MLIR][GPU] Add gpu.cluster_dim_blocks Op to represent number of blocks per cluster (PR #95245)
Guray Ozen
llvmlistbot at llvm.org
Wed Jun 12 06:35:35 PDT 2024
================
@@ -81,6 +81,19 @@ def GPU_ClusterDimOp : GPU_IndexOp<"cluster_dim"> {
}];
}
+def GPU_ClusterDimBlocksOp : GPU_IndexOp<"cluster_dim_blocks"> {
----------------
grypp wrote:
do we need one more Op for `NVVM_BlockInClusterIdZOp`?
https://github.com/llvm/llvm-project/pull/95245
More information about the Mlir-commits
mailing list