[all-commits] [llvm/llvm-project] 58e423: [mlir][linalg] Fix tensor.pad sizes computation in...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu May 18 15:37:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58e4231b346f52aa32d3aaddc407391abed0cbd1
https://github.com/llvm/llvm-project/commit/58e4231b346f52aa32d3aaddc407391abed0cbd1
Author: Hanhan Wang <hanchung at google.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/transform-lower-pack.mlir
Log Message:
-----------
[mlir][linalg] Fix tensor.pad sizes computation in lowerPack.
The padded sizes should be derived from destination tensor, not source
tensor. There could be more than one incomplete tile in padding domain.
Reviewed By: qedawkins
Differential Revision: https://reviews.llvm.org/D150726
More information about the All-commits
mailing list