[all-commits] [llvm/llvm-project] 4157a0: [mlir][tosa] Add tosa.pad to linalg.pad operation

rsuderman via All-commits all-commits at lists.llvm.org
Tue Mar 23 14:18:23 PDT 2021


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

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

  Log Message:
  -----------
  [mlir][tosa] Add tosa.pad to linalg.pad operation

Lowers from tosa's pad op to the linalg equivalent for floating,
integer, and quantized values.

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




More information about the All-commits mailing list