[Mlir-commits] [mlir] [mlir][amdgpu] Shared memory access optimization pass (PR #75627)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Jan 10 08:41:52 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.";
----------------
krzysz00 wrote:
It might be worth adding a description of what the pass does
https://github.com/llvm/llvm-project/pull/75627
More information about the Mlir-commits
mailing list