[all-commits] [llvm/llvm-project] 5b1b71: [mlir][vector] Add unrolling pattern for TransposeOp

Thomas via All-commits all-commits at lists.llvm.org
Wed Apr 13 12:44:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b1b7108c8975159c1112ceea1cd7e213e1be97a
      https://github.com/llvm/llvm-project/commit/5b1b7108c8975159c1112ceea1cd7e213e1be97a
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorUnrollDistribute.cpp
    M mlir/test/Dialect/Vector/vector-unroll-options.mlir
    M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp

  Log Message:
  -----------
  [mlir][vector] Add unrolling pattern for TransposeOp

Support unrolling for vector.transpose following the same interface as
other vector unrolling ops.

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




More information about the All-commits mailing list