[Mlir-commits] [mlir] [mlir][TilingInterface] Allow controlling what fusion is done within tile and fuse (PR #76871)
lorenzo chelini
llvmlistbot at llvm.org
Thu Jan 4 09:42:49 PST 2024
chelini wrote:
> The code looks okay to me. I was thinking if all the cases are covered or not, then I found that the answer is yes: https://github.com/llvm/llvm-project/blob/main/mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir
>
> This looks cool to me because it internalize some logics through control function. It is easier to use.
Indeed, thanks for working on this @MaheshRavishankar. A callback to control what to fuse is good, in my opinion.
https://github.com/llvm/llvm-project/pull/76871
More information about the Mlir-commits
mailing list