[all-commits] [llvm/llvm-project] a076f5: [mlir][tensor] Fold rank-reducing extract_slice wi...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Dec 2 01:49:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a076f57a1a6b6d775aa4f11ac678d1c43ab33fb1
https://github.com/llvm/llvm-project/commit/a076f57a1a6b6d775aa4f11ac678d1c43ab33fb1
Author: Matthias Springer <springerm at google.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h
M mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Tensor/Transforms/ReshapePatterns.cpp
A mlir/test/Dialect/Tensor/fold-reassociative-reshapes.mlir
M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
Log Message:
-----------
[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape
Differential Revision: https://reviews.llvm.org/D139103
Commit: 1522a3b7b34b41cf0b17678e4a8687797f44a3f0
https://github.com/llvm/llvm-project/commit/1522a3b7b34b41cf0b17678e4a8687797f44a3f0
Author: Matthias Springer <springerm at google.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/lib/Dialect/Tensor/Transforms/ReshapePatterns.cpp
M mlir/test/Dialect/Tensor/fold-reassociative-reshapes.mlir
Log Message:
-----------
[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape
Differential Revision: https://reviews.llvm.org/D139104
Compare: https://github.com/llvm/llvm-project/compare/ac9f88e86226...1522a3b7b34b
More information about the All-commits
mailing list