[all-commits] [llvm/llvm-project] dfa5ee: [mlir][tensor] Add e2e test for tensor.unpack with...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Thu Jan 9 07:30:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfa5ee2af27da2eee835560bd1f1c872991a558d
https://github.com/llvm/llvm-project/commit/dfa5ee2af27da2eee835560bd1f1c872991a558d
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M mlir/test/Integration/Dialect/Linalg/CPU/pack-dynamic-inner-tile.mlir
A mlir/test/Integration/Dialect/Linalg/CPU/unpack-dynamic-inner-tile.mlir
Log Message:
-----------
[mlir][tensor] Add e2e test for tensor.unpack with dynamic tile sizes (#121557)
Adds an end-to-end test for `tensor.unpack` with dynamic inner tile sizes.
While relatively simple (e.g., no vectorization), this example required a few
fixes in handling `tensor.unpack` (and similar fixes for `tensor.pack` before
that):
* #119379, #121393, #121400.
The end goal for this test is to incrementally increase its complexity
and to work towards scalable tile sizes.
Note, this PR complements #115698 in which similar test for
`tensor.pack` was added.
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