[all-commits] [llvm/llvm-project] 5638df: Introduce linalg.vecmat

Eugene Burmako via All-commits all-commits at lists.llvm.org
Thu Sep 10 09:49:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5638df195048eef74d4ec2633f8fb6f3dd935f1d
      https://github.com/llvm/llvm-project/commit/5638df195048eef74d4ec2633f8fb6f3dd935f1d
  Author: Eugene Burmako <burmako at google.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/EDSC/Intrinsics.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
    M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp

  Log Message:
  -----------
  Introduce linalg.vecmat

This patch adds a new named structured op to accompany linalg.matmul and
linalg.matvec. We needed it for our codegen, so I figured it would be useful
to add it to Linalg.

Reviewed By: nicolasvasilache, mravishankar

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




More information about the All-commits mailing list