[Mlir-commits] [mlir] [mlir] [memref] Compile-time memref.alloc Scheduling/Merging optimization (PR #95882)

Matthias Springer llvmlistbot at llvm.org
Thu Jun 20 01:05:01 PDT 2024


================
@@ -0,0 +1,465 @@
+# Compile-time memref.alloc Scheduling and Merging
+
+This document describes a compile-time optimization on `memref.alloc` to reduce
----------------
matthias-springer wrote:

Is this specific to `memref.alloc` or does it work with any kind of allocation op (e.g., `gpu.alloc`)?

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


More information about the Mlir-commits mailing list