commit | 97b5aa408758f322119e60cd7289b1fb960fe443 | [log] [tgz] |
---|---|---|
author | Andrzej WarzyĆski <andrzej.warzynski@arm.com> | Wed Oct 02 16:43:29 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 02 08:47:45 2024 -0700 |
tree | 171d541b56b1723bbc3217280edda5b4cd30fdac | |
parent | 7edb68990f02c2f650bcce8d3aae50dbdc919375 [diff] |
[mlir][tensor] Relax the logic to generalise tensor.pack (#110807) Make sure that the logic to generalize tensor.pack (into e.g. tensor.pad tensor.transpose) does indeed allow multiple dynamic tile sizes. This was effectively already implemented in #109815 - in this PR I merely removing one `if` condition and adding a test. I also took the liberty of renaming a few test functions - just to better highlight the differences between the old and the new tests. Follow-on for #109815. GitOrigin-RevId: 1c01bcb35088a5509d31748298b9467e647f4287
See https://mlir.llvm.org/ for more information.