[Mlir-commits] [mlir] [MLIR][GPU] Add support for non-portable cluster size attribute (PR #95545)
Guray Ozen
llvmlistbot at llvm.org
Fri Jun 14 06:44:58 PDT 2024
================
@@ -720,7 +727,8 @@ def GPU_LaunchOp : GPU_Op<"launch", [
Optional<Index>:$clusterSizeX,
Optional<Index>:$clusterSizeY,
Optional<Index>:$clusterSizeZ,
- Optional<I32>:$dynamicSharedMemorySize)>,
+ Optional<I32>:$dynamicSharedMemorySize,
+ OptionalAttr<BoolAttr>:$nonPortableClusterSize)>,
----------------
grypp wrote:
ditto
https://github.com/llvm/llvm-project/pull/95545
More information about the Mlir-commits
mailing list