[all-commits] [llvm/llvm-project] 14088a: [mlir] Added support for rank reducing subviews

Jakub Lichman via All-commits all-commits at lists.llvm.org
Wed Sep 30 04:16:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 14088a6f5d1ae597960833a366beb9acee8d65cb
      https://github.com/llvm/llvm-project/commit/14088a6f5d1ae597960833a366beb9acee8d65cb
  Author: Jakub Lichman <limo at google.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/IR/core-ops.mlir
    M mlir/test/IR/invalid-ops.mlir

  Log Message:
  -----------
  [mlir] Added support for rank reducing subviews

This commit adds support for subviews which enable to reduce resulting rank
by dropping static dimensions of size 1.

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




More information about the All-commits mailing list