[Mlir-commits] [mlir] [mlir][TilingInterface] Allow controlling what fusion is done within tile and fuse (PR #76871)
Han-Chung Wang
llvmlistbot at llvm.org
Wed Jan 3 16:54:39 PST 2024
https://github.com/hanhanW approved this pull request.
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.
https://github.com/llvm/llvm-project/pull/76871
More information about the Mlir-commits
mailing list