[all-commits] [llvm/llvm-project] 4b2ba5: [mlir][sve] Add an e2e for linalg.matmul with mixe...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Wed Nov 29 13:21:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b2ba5a61aaa9b7bea493425699f8a8d32a191b0
      https://github.com/llvm/llvm-project/commit/4b2ba5a61aaa9b7bea493425699f8a8d32a191b0
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    A mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul_mixed_ty.mlir

  Log Message:
  -----------
  [mlir][sve] Add an e2e for linalg.matmul with mixed types (#73773)

Apart from the test itself, this patch also updates a few patterns to
fix how new VectorType(s) are created. Namely, it makes sure that
"scalability" is correctly propagated.

Regression tests will be updated seperately while auditing Vector
dialect tests in the context of scalable vectors:
  * https://github.com/orgs/llvm/projects/23




More information about the All-commits mailing list