[all-commits] [llvm/llvm-project] 0312b2: [mlir][tosa] Add tosa.table lowering to linalg.gen...

rsuderman via All-commits all-commits at lists.llvm.org
Tue Apr 6 13:58:41 PDT 2021


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

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

  Log Message:
  -----------
  [mlir][tosa] Add tosa.table lowering to linalg.generic

Table op lowering to linalg.generic for both i8 (behaves like a gather) and a
pair of gathers with a quantized interpolation.

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




More information about the All-commits mailing list