[all-commits] [llvm/llvm-project] 6fb6a4: [mlir][Linalg] Add a test for a fused Linalg pass ...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Apr 8 13:58:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fb6a4d7f972d8faacd6b2646fe15f2eea1e4915
      https://github.com/llvm/llvm-project/commit/6fb6a4d7f972d8faacd6b2646fe15f2eea1e4915
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    A mlir/test/Dialect/Linalg/matmul-to-vector.mlir
    M mlir/test/lib/DeclarativeTransforms/CMakeLists.txt
    A mlir/test/lib/DeclarativeTransforms/TestLinalgMatmulToVectorPatterns.td
    M mlir/test/lib/Transforms/CMakeLists.txt
    A mlir/test/lib/Transforms/TestLinalgMatmulToVector.cpp
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  [mlir][Linalg] Add a test for a fused Linalg pass based on DRR to go from matmul to vectors

This revision builds a simple "fused pass" consisting of 2 levels of tiling, memory promotion and vectorization using linalg transformations written as composable pattern rewrites.




More information about the All-commits mailing list