[all-commits] [llvm/llvm-project] 0e2f9b: Fix tile-and-pad when padding doesn't span all dim...
Ahmed S. Taei via All-commits
all-commits at lists.llvm.org
Thu Apr 15 20:18:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e2f9b61fd9a30b152e9c80178b3bcc4b171b416
https://github.com/llvm/llvm-project/commit/0e2f9b61fd9a30b152e9c80178b3bcc4b171b416
Author: Ahmed Taei <ataei at google.com>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
Fix tile-and-pad when padding doesn't span all dimension
Without this tile-and-pad will never terminate if pad-fails.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D97720
More information about the All-commits
mailing list