[all-commits] [llvm/llvm-project] 4ef177: [mlir][tosa] Table did not apply offset before ext...

rsuderman via All-commits all-commits at lists.llvm.org
Tue Aug 24 18:53:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ef1770abd11dff3f892a32eb461a2e5f72f9078
      https://github.com/llvm/llvm-project/commit/4ef1770abd11dff3f892a32eb461a2e5f72f9078
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

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

  Log Message:
  -----------
  [mlir][tosa] Table did not apply offset before extract on i8 input

Lowering to table was incorrect as it did not apply a 128 offset before
extracting the value from the table. Fixed and correct tensor length on input
table.

Reviewed By: NatashaKnk

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




More information about the All-commits mailing list