[Mlir-commits] [mlir] [mlir][tensor] Rewrite tensor.pack as a constant (PR #93954)

Han-Chung Wang llvmlistbot at llvm.org
Fri May 31 10:54:21 PDT 2024


https://github.com/hanhanW requested changes to this pull request.

Some terms need to be updated in the PR, can you help rephrase them?

1. There are no loops in tensor ops. They should be something like `tiled data dimensions` and `outer data dimensions`, which are similar to what is documented in `td` file.
2. What is `point loop`? Should they just be `tiled data dimension`?

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


More information about the Mlir-commits mailing list