[all-commits] [llvm/llvm-project] 9bf635: [mlir] [VectorOps] Allow AXPY to be expressed as s...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Jul 10 12:23:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bf6354301ac4e1c7a00e4ef46decba38840fe62
      https://github.com/llvm/llvm-project/commit/9bf6354301ac4e1c7a00e4ef46decba38840fe62
  Author: aartbik <ajcbik at google.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-f32.mlir
    M mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-i64.mlir
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/invalid.mlir
    M mlir/test/Dialect/Vector/vector-contract-transforms.mlir

  Log Message:
  -----------
  [mlir] [VectorOps] Allow AXPY to be expressed as special case of OUTERPRODUCT

This specialization allows sharing more code where an AXPY follows naturally
in cases where an OUTERPRODUCT on a scalar would be generated.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list