[all-commits] [llvm/llvm-project] 97d67f: [mlir][linalg] Add vector transfer lowering patter...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Oct 12 07:20:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97d67f7438703c9dbe494c9e675348fecc98106f
      https://github.com/llvm/llvm-project/commit/97d67f7438703c9dbe494c9e675348fecc98106f
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
    M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp

  Log Message:
  -----------
  [mlir][linalg] Add vector transfer lowering patters to codegen strategy.

Add the vector transfer patterns and introduce the max transfer rank option on the codegen strategy.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list