[Mlir-commits] [mlir] [mlir][amdgpu] Shared memory access optimization pass (PR #75627)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jan 11 07:08:40 PST 2024


================
@@ -30,4 +30,11 @@ def AmdgpuEmulateAtomicsPass : Pass<"amdgpu-emulate-atomics"> {
                         "Chipset that these operations will run on">];
 }
 
+def OptimizeSharedMemory : Pass<"amdgpu-optimize-shared-memory"> {
+  let summary = "Optimizes accesses to shared memory memrefs in order to reduce bank conflicts.";
----------------
erman-gurses wrote:

Added, thanks.

https://github.com/llvm/llvm-project/pull/75627


More information about the Mlir-commits mailing list