[Mlir-commits] [mlir] Allow empty dimension arrays in `linalg::inferContractionDims` (PR #69496)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 18 13:48:18 PDT 2023


bjacob wrote:

Thanks @nicolasvasilache for the review. How should I test this? This C++ helper function seems to be used in
`bool mlir::linalg::isaContractionOpInterface(LinalgOp linalgOp)` and in `linalg::packMatmulGreedily`. It's not readily clearly to me how to test that.

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


More information about the Mlir-commits mailing list