[all-commits] [llvm/llvm-project] 479ee1: [mlir] [VectorOps] Introduce vector.transpose
    Aart Bik via All-commits 
    all-commits at lists.llvm.org
       
    Fri Mar 20 15:47:51 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 479ee1106153a52861bcec42a58c2fa23ca6d902
      https://github.com/llvm/llvm-project/commit/479ee1106153a52861bcec42a58c2fa23ca6d902
  Author: aartbik <ajcbik at google.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)
  Changed paths:
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Dialect/Vector/invalid.mlir
    M mlir/test/Dialect/Vector/ops.mlir
  Log Message:
  -----------
  [mlir] [VectorOps] Introduce vector.transpose
Summary: Introduced in order to introduce specialized lowering passes that implement transposition operations efficiently.
Reviewers: nicolasvasilache, andydavis1
Reviewed By: nicolasvasilache
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76460
    
    
More information about the All-commits
mailing list