llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[mlir] [linalg] Add canonicalize pattern to swap transpose with broadcast

Open cxy-1993 opened this issue 1 year ago • 4 comments

Add canonicalize pattern that implement canonicalize:

transpose(broadcast(input)) -> broadcast(transpose(input))

Reduce the cost of transpose.

cxy-1993 avatar Jun 28 '24 14:06 cxy-1993