[mlir][memref] Add transformation to do loop multi-buffering
This transformation is useful to break dependency between consecutive loop iterations by increasing the size of a temporary buffer. This is usually combined with heavy software pipelining. Differential Revision: https://reviews.llvm.org/D119406
Loading
Please register or sign in to comment