[all-commits] [llvm/llvm-project] 1726b6: [MLIR][Vector] Refactor tests for contract -> OP t...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Fri Dec 1 00:45:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1726b65e4c273d55dd54838a742b03caff4abcdd
      https://github.com/llvm/llvm-project/commit/1726b65e4c273d55dd54838a742b03caff4abcdd
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    M mlir/test/Dialect/Vector/vector-contract-to-outerproduct-matvec-transforms.mlir

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list