[all-commits] [llvm/llvm-project] 8513ff: [mlir][VectorOps][EDSC] Add EDSC for VectorOps

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Feb 10 12:01:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8513ff05c81e60f771aa58846b37840f979a2777
      https://github.com/llvm/llvm-project/commit/8513ff05c81e60f771aa58846b37840f979a2777
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    A mlir/include/mlir/Dialect/VectorOps/EDSC/Builders.h
    A mlir/include/mlir/Dialect/VectorOps/EDSC/Intrinsics.h
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
    M mlir/include/mlir/EDSC/Builders.h
    M mlir/include/mlir/IR/AffineMap.h
    M mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
    M mlir/lib/Dialect/VectorOps/CMakeLists.txt
    A mlir/lib/Dialect/VectorOps/EDSC/Builders.cpp
    M mlir/lib/Dialect/VectorOps/VectorOps.cpp
    M mlir/lib/IR/AffineMap.cpp
    M mlir/test/EDSC/CMakeLists.txt
    M mlir/test/EDSC/builder-api-test.cpp

  Log Message:
  -----------
  [mlir][VectorOps][EDSC] Add EDSC for VectorOps

Summary:
This revision adds EDSC support for VectorOps to enable the creation of a `vector_matmul` declaratively. The `vector_matmul` is a simple configuration
 of the `vector.contract` op that follows the StructuredOps abstraction.

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




More information about the All-commits mailing list