[all-commits] [llvm/llvm-project] cc1ae5: [tosa][mlir] Fix FullyConnected to correctly order...

rsuderman via All-commits all-commits at lists.llvm.org
Tue Apr 27 17:33:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc1ae54ebcc4072ce19b610511f500f15c7acd8a
      https://github.com/llvm/llvm-project/commit/cc1ae54ebcc4072ce19b610511f500f15c7acd8a
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-04-27 (Tue, 27 Apr 2021)

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

  Log Message:
  -----------
  [tosa][mlir] Fix FullyConnected to correctly order dimensions

MatMul and FullyConnected have transposed dimensions for the weights.
Also, removed uneeded tensor reshape for bias.

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




More information about the All-commits mailing list