[all-commits] [llvm/llvm-project] 68ef0e: [mlir][tosa] Implement lowering for tosa.rfft2d

Eric Kunze via All-commits all-commits at lists.llvm.org
Tue May 30 16:11:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68ef0e95b20ac1bebb119977fe7c9ac08a764ebe
      https://github.com/llvm/llvm-project/commit/68ef0e95b20ac1bebb119977fe7c9ac08a764ebe
  Author: Spenser Bauman <sbauman at mathworks.com>
  Date:   2023-05-30 (Tue, 30 May 2023)

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

  Log Message:
  -----------
  [mlir][tosa] Implement lowering for tosa.rfft2d

Implement a lowering for tosa.rfft2d to linalg.generic in the
TosaToLinalg transform.

Reviewed By: eric-k256

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




More information about the All-commits mailing list