[Mlir-commits] [mlir] [mlir][linalg] Enable CollapseLinalgDimensions to collapse linalg::CopyOp (PR #68526)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 17 12:54:36 PDT 2023


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

Ok, I will relent on allow `linalg.copy` be handled special case, though i'd strongly prefer not special casing `linalg.copy` this way. We should really just be collapsing on `linalg.generic` and "matching" back to `linalg.copy` if needed. But that might be a preference, so this path is OK.

Please do remove the `static_asserts` though... they cause deployment issues downstream.

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


More information about the Mlir-commits mailing list