[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:57 PST 2023
    
    
  
================
@@ -433,6 +433,74 @@ def GPU_GPUFuncOp : GPU_Op<"func", [
   let hasVerifier = 1;
 }
 
+def GPU_DynamicSharedMemoryOp : GPU_Op<"dynamic.shared.memory", 
+                              [MemoryEffects<[MemWrite]>] > {
----------------
ftynse wrote:
How does this write into memory?
https://github.com/llvm/llvm-project/pull/71516
    
    
More information about the Mlir-commits
mailing list