Unverified Commit 1726b65e authored by Andrzej Warzyński's avatar Andrzej Warzyński Committed by GitHub
Browse files

[MLIR][Vector] Refactor tests for contract -> OP transforms (4/N) (#73807)

This patch refactors tests for:

    vector.contract -> vector.outerproduct

for matvec operations (b += Ax). Summary of changes:
  * add 2 missing cases (masked + scalable) when the operation kind is
    `maxf`.

This is a part of a larger effort to add cases with scalable vectors to
tests for the Vector dialect.

Implements #72834.
parent 9557fcca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment