[all-commits] [llvm/llvm-project] 087bc2: [MLIR][TOSA] Lower tosa.transpose to linalg.generic

rsuderman via All-commits all-commits at lists.llvm.org
Mon Mar 1 11:10:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 087bc20fe42f2619fca76818900f73dd2c4a5b94
      https://github.com/llvm/llvm-project/commit/087bc20fe42f2619fca76818900f73dd2c4a5b94
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir

  Log Message:
  -----------
  [MLIR][TOSA] Lower tosa.transpose to linalg.generic

Lowers the transpose operation to a generic linalg op when permutations
is a constant value.

Reviewed By: mravishankar

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




More information about the All-commits mailing list