[all-commits] [llvm/llvm-project] 312938: [mlir][tosa] Add FFT2d operation

Luke Hutton via All-commits all-commits at lists.llvm.org
Tue Mar 14 12:07:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 312938864e676c6a0ba9ba173d3ded910e5e48c9
      https://github.com/llvm/llvm-project/commit/312938864e676c6a0ba9ba173d3ded910e5e48c9
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    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 FFT2d operation

Adds the FFT2d TOSA operation and supporting
shape inference function.

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

Reviewed By: rsuderman, eric-k256

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




More information about the All-commits mailing list