[Mlir-commits] [mlir] [mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (PR #104783)

James Y Knight llvmlistbot at llvm.org
Thu Oct 10 19:06:19 PDT 2024


jyknight wrote:

If this is now the intended behavior and the path forward is to delete the test, I'm fine with a delete-forward.

I know nothing of this code, but it appears to me that the test in transform.py is trying to test `apply_patterns` and only uses matmul incidentally -- so possibly that should be reworked to invoke some other function, rather than deleted.

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


More information about the Mlir-commits mailing list