[Mlir-commits] [mlir] [mlir][test][sve] Add e2e test for linalg.pack + linalg.unpack (PR #129696)

Renato Golin llvmlistbot at llvm.org
Wed Mar 5 07:34:10 PST 2025


rengolin wrote:

> LGTM. Although i am not expert on SVE the test checks its claims (e.g. line 80-88).

The CHECK lines just make sure that `input == unpack(pack(input))`.

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


More information about the Mlir-commits mailing list