[all-commits] [llvm/llvm-project] 3e38fd: Revert "[mlir][vector] Add scalable vectors suppor...

Frank (Fang) Gao via All-commits all-commits at lists.llvm.org
Mon Jan 16 08:50:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e38fdf686900012c8a1875d76d2ef58c9ae43b6
      https://github.com/llvm/llvm-project/commit/3e38fdf686900012c8a1875d76d2ef58c9ae43b6
  Author: Prabhdeep Singh Soni <prabhdeep.singh.soni3 at huawei.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp

  Log Message:
  -----------
  Revert "[mlir][vector] Add scalable vectors support to OuterProductOp"

This reverts commit be4c5ad54c929f2d817ab4a55707f0beda73a05f.

This patch did not include the test case.


  Commit: 688d6507c7e2f49668ab0d1f71a1f86f933f99f1
      https://github.com/llvm/llvm-project/commit/688d6507c7e2f49668ab0d1f71a1f86f933f99f1
  Author: Frank (Fang) Gao <fang.gao1 at huawei.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    A mlir/test/Dialect/Vector/vector-scalable-outerproduct.mlir

  Log Message:
  -----------
  [mlir][vector] Add scalable vectors support to OuterProductOp

This will probably be the first in a series of patches that tries to
enable code generation for ARM SME (extension of SVE).

Since SME's core operation is the outer product instruction, I figured
that it would probably be a good idea to enable the outer product
operation to properly accept and generate scalable vectors.

Reviewed By: dcaballe

Differential Revision: https://reviews.llvm.org/D138718


Compare: https://github.com/llvm/llvm-project/compare/4e015324501d...688d6507c7e2


More information about the All-commits mailing list