[Mlir-commits] [mlir] [mlir][tensor] Add e2e test for tensor.unpack with dynamic tile sizes (PR #121557)

Han-Chung Wang llvmlistbot at llvm.org
Mon Jan 6 00:04:43 PST 2025


================
@@ -9,7 +9,8 @@
 // RUN: rm -f %t && %{compile} && %{run} | FileCheck %s
 
 /// End-to-end test for tensor.pack where one of the inner tile sizes is
-/// dynamic.
+/// dynamic. See unpack-dynamic-inner-tile.mlir for a similar test for
+/// tensor.unpack.
----------------
hanhanW wrote:

Out of curiosity, why do we have the comment? The test structure looks clean to me, so I think the comment is redundant. If I'm curious about the unpack test, I'd just go to search the file in the same directory.

https://github.com/llvm/llvm-project/pull/121557


More information about the Mlir-commits mailing list