[all-commits] [llvm/llvm-project] 99ff69: [mlir][Vector] Add support for 1D depthwise conv v...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Nov 12 05:15:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99ff697bf72af978515ecca833337965502d4e63
      https://github.com/llvm/llvm-project/commit/99ff697bf72af978515ecca833337965502d4e63
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-11-12 (Fri, 12 Nov 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/Dialect/Linalg/vectorize-convolution.mlir

  Log Message:
  -----------
  [mlir][Vector] Add support for 1D depthwise conv vectorization

At this time the 2 flavors of conv are a little too different to allow significant code sharing and other will likely come up.
so we go the easy route first by duplicating and adapting.

Reviewed By: gysit

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




More information about the All-commits mailing list