[all-commits] [llvm/llvm-project] 7cf203: [mlir][Linalg][Transform] Drop spurious assertion ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Mar 28 00:59:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cf203e73922b8eaa4c23fba30702d7954eba107
https://github.com/llvm/llvm-project/commit/7cf203e73922b8eaa4c23fba30702d7954eba107
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-pack-greedily.mlir
Log Message:
-----------
[mlir][Linalg][Transform] Drop spurious assertion in packGreedilyOp
`transform.pack_greedily` supports skipping dimensions in which case we
may well end up with e.g. a matvec innermost.
We should not spuriously crash in such cases.
More information about the All-commits
mailing list