[all-commits] [llvm/llvm-project] 137415: [mlir][EDSC][Linalg] Compose linalg_matmul and vec...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Feb 12 10:54:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 137415ad285b1d3c1fa1dfb8f44c2ac62d3ebbe4
      https://github.com/llvm/llvm-project/commit/137415ad285b1d3c1fa1dfb8f44c2ac62d3ebbe4
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/EDSC/Builders.h
    M mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
    M mlir/test/EDSC/builder-api-test.cpp

  Log Message:
  -----------
  [mlir][EDSC][Linalg] Compose linalg_matmul and vector.contract

Summary:
This revision allows model builder to create a linalg_matmul whose body
is a vector.contract. This shows the abstractions compose nicely.

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




More information about the All-commits mailing list