[Mlir-commits] [mlir] [mlir][vector] Add ElementwiseToOuterproduct (PR #93664)
Han-Chung Wang
llvmlistbot at llvm.org
Thu May 30 16:51:30 PDT 2024
https://github.com/hanhanW requested changes to this pull request.
Thanks for the patch! I think it is useful for the output of vectorization. We could have a complicated linalg op (broadcast + transpose + reduction), and it recovers the information we want at n-D vector level.
https://github.com/llvm/llvm-project/pull/93664
More information about the Mlir-commits
mailing list