[Mlir-commits] [mlir] [MLIR][Vector] Add fastmath attribute to vector.contract (PR #192788)

Diego Caballero llvmlistbot at llvm.org
Mon Apr 20 09:48:20 PDT 2026


https://github.com/dcaballe commented:

LGTM, thanks! We probably want to add it to `vector.outerproduct` as well and propagate it through the `vector.contract` -> `vector.outerproduct` -> ... lowering. You could do that as a separate commit.

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


More information about the Mlir-commits mailing list