[Mlir-commits] [mlir] [mlir][gpu] Introduce `gpu.dynamic.shared.memory` Op (PR #71516)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Nov 7 03:15:58 PST 2023
================
@@ -433,6 +433,74 @@ def GPU_GPUFuncOp : GPU_Op<"func", [
let hasVerifier = 1;
}
+def GPU_DynamicSharedMemoryOp : GPU_Op<"dynamic.shared.memory",
----------------
ftynse wrote:
Quick naming nit: MLIR, unlike LLVM, has a strong preference for underscores rather than dots in op name, so this should be `dynamic_shared_memory`.
https://github.com/llvm/llvm-project/pull/71516
More information about the Mlir-commits
mailing list