[all-commits] [llvm/llvm-project] 94f255: [mlir][tosa] Add RFFT2d operation

Luke Hutton via All-commits all-commits at lists.llvm.org
Tue Jan 24 15:42:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94f255c2c4d5c6733819affac5d1acb19e3f5e94
      https://github.com/llvm/llvm-project/commit/94f255c2c4d5c6733819affac5d1acb19e3f5e94
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

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

  Log Message:
  -----------
  [mlir][tosa] Add RFFT2d operation

Adds the RFFT2d TOSA operation and supporting
shape inference function.

Signed-off-by: Luke Hutton <luke.hutton at arm.com>
Change-Id: I7e49c47cdd846cdc1b187545ef76d5cda2d5d9ad

Reviewed By: jpienaar

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




More information about the All-commits mailing list