[Mlir-commits] [mlir] [mlir][Linalg] Fix linalg.generic iteration domain collapse for dynamic dims (PR #118208)
Quinn Dawkins
llvmlistbot at llvm.org
Mon Dec 9 09:50:05 PST 2024
================
@@ -1549,7 +1549,7 @@ static Value getCollapsedOpOperand(Location loc, LinalgOp op,
/// value in the collapsed operation.
void generateCollapsedIndexingRegion(Location loc, Block *block,
----------------
qedawkins wrote:
nit: should be static
https://github.com/llvm/llvm-project/pull/118208
More information about the Mlir-commits
mailing list