[all-commits] [llvm/llvm-project] ecf4d9: [mlir][linalg][elementwise] Fold transpose into ne...
Javed Absar via All-commits
all-commits at lists.llvm.org
Wed Mar 12 16:05:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecf4d995f689a30bb5a2b79c27998a7e7a0a08b0
https://github.com/llvm/llvm-project/commit/ecf4d995f689a30bb5a2b79c27998a7e7a0a08b0
Author: Javed Absar <javed.absar at gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp
A mlir/test/Dialect/Linalg/elementwise/fold.mlir
Log Message:
-----------
[mlir][linalg][elementwise] Fold transpose into new elementwise (#130207)
Fold transpose into new elementwise Op which has affine-map attached.
Will add broadcast folding in next diff.
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