[all-commits] [llvm/llvm-project] b8c974: [MLIR][TilingInterface] Extend consumer fusion for...
Abhishek Varma via All-commits
all-commits at lists.llvm.org
Mon Sep 30 02:21:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8c974f09391d78035928c599a911009bbe49e85
https://github.com/llvm/llvm-project/commit/b8c974f09391d78035928c599a911009bbe49e85
Author: Abhishek Varma <avarma094 at gmail.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-consumer.mlir
Log Message:
-----------
[MLIR][TilingInterface] Extend consumer fusion for multi-use of producer shared by terminator ops (#110105)
-- This commit extends consumer fusion to take place even if the
producer has multiple uses.
-- The multiple uses of the producer essentially means that besides the
consumer op in concern, the only other uses of the producer are
allowed in :-
1. scf.yield
2. tensor.parallel_insert_slice
Signed-off-by: Abhishek Varma <abhvarma at amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list