[Mlir-commits] [mlir] [mlir] [memref] Compile-time memref.alloc Scheduling/Merging optimization (PR #95882)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jun 21 22:50:53 PDT 2024
Menooker wrote:
Thanks for your review! 😄
> 2. Will I be able to force this to run only one address space's memrefs by carefully subclassing the tick assignment logic?)
Yes, you can. By overriding TickCollector::isMergeableAlloc. You can return false when the memref’s addr space is not expected.
https://github.com/llvm/llvm-project/pull/95882
More information about the Mlir-commits
mailing list