[all-commits] [llvm/llvm-project] be4c5a: [mlir][vector] Add scalable vectors support to Out...

Frank (Fang) Gao via All-commits all-commits at lists.llvm.org
Fri Jan 13 07:54:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be4c5ad54c929f2d817ab4a55707f0beda73a05f
      https://github.com/llvm/llvm-project/commit/be4c5ad54c929f2d817ab4a55707f0beda73a05f
  Author: Frank (Fang) Gao <fang.gao1 at huawei.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

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

  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




More information about the All-commits mailing list