[all-commits] [llvm/llvm-project] 047840: [mlir][TilingInterface] Add test for tile + fuse o...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Tue Dec 6 18:19:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0478401c437bbac7e07ed5e5a650bf7a9a8c471c
https://github.com/llvm/llvm-project/commit/0478401c437bbac7e07ed5e5a650bf7a9a8c471c
Author: Mahesh Ravishankar <ravishankarm at google.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir
M mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp
Log Message:
-----------
[mlir][TilingInterface] Add test for tile + fuse of sequence of reductions.
This just adds a test. With CSE of single block ops, and other
previously landed changes, this works at HEAD. Just adding a test that
triggered this line of work that I missed adding.
Differential Revision: https://reviews.llvm.org/D139385
More information about the All-commits
mailing list