[all-commits] [llvm/llvm-project] 25b4a6: [MLIR][TOSA] Add lowering from TOSA to Linalg for ...

NatashaKnk via All-commits all-commits at lists.llvm.org
Thu Feb 18 12:17:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25b4a6a7f038184ba77dd3c0d8605da454bb4a06
      https://github.com/llvm/llvm-project/commit/25b4a6a7f038184ba77dd3c0d8605da454bb4a06
  Author: natashaknk <natashaknk at google.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

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

  Log Message:
  -----------
  [MLIR][TOSA] Add lowering from TOSA to Linalg for math-based and elementwise ops

This patch adds lowering to Linalg for the following TOSA ops: negate, rsqrt, mul, select, clamp and reluN and includes support for signless integer and floating point types

Reviewed By: rsuderman

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




More information about the All-commits mailing list