[all-commits] [llvm/llvm-project] 97c571: [mlir][tosa] Add tosa.resize lowering to linalg ge...

rsuderman via All-commits all-commits at lists.llvm.org
Fri Apr 23 12:50:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97c571abbcea2b540511ae5a874da05bf77e5e5d
      https://github.com/llvm/llvm-project/commit/97c571abbcea2b540511ae5a874da05bf77e5e5d
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-04-23 (Fri, 23 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.resize lowering to linalg generic

Includes tests and implementation for both integer and floating point values.
Both nearest neighbor and bilinear interpolation is included.

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




More information about the All-commits mailing list