[all-commits] [llvm/llvm-project] 1fef1f: [MLIR][TOSA] add tosa erf operator

Manupa Karunaratne via All-commits all-commits at lists.llvm.org
Fri May 19 14:51:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fef1f97dbf227d14865e022ceb566803fb65a0c
      https://github.com/llvm/llvm-project/commit/1fef1f97dbf227d14865e022ceb566803fb65a0c
  Author: Manupa Karunaratne <manupa.karunaratne at amd.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
    M mlir/test/Dialect/Tosa/ops.mlir
    M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir

  Log Message:
  -----------
  [MLIR][TOSA] add tosa erf operator

This commit adds tosa erf operator and its lowering
to math lib functions.

Reviewed By: eric-k256, jpienaar

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




More information about the All-commits mailing list