Skip to content

Commit

Permalink
Add DSP-MLIR in users of MLIR (#200)
Browse files Browse the repository at this point in the history
DSP-MLIR is a framework designed specifically for DSP applications. It
provides a DSL (Frontend), compiler, and rewrite patterns that detect
DSP patterns and apply optimizations based on DSP theorems.
  • Loading branch information
AtharvaKhedkar authored Sep 4, 2024
1 parent 51ee18c commit d9230da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/users/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ constantly evolving, aiming to deliver execution on heterogenous architectures w
The CIRCT project is an (experimental!) effort looking to apply MLIR and the LLVM
development methodology to the domain of hardware design tools.

## [DSP-MLIR](https://github.com/MPSLab-ASU/DSP_MLIR): A Framework for Digital Signal Processing Applications in MLIR

DSP-MLIR is a framework designed specifically for DSP applications. It provides a DSL (Frontend), compiler, and rewrite patterns that detect DSP patterns and apply optimizations based on DSP theorems. The framework supports a wide range of DSP operations, including filters (FIR, IIR, filter response), transforms (DCT, FFT, IFFT), and other signal processing operations such as delay and gain, along with additional functionalities for application development.

## [Enzyme](https://enzyme.mit.edu): General Automatic Differentiation of MLIR
Enzyme (specifically EnzymeMLIR) is a first-class automatic differentiation
sytem for MLIR. Operations and types implement or inheret general interfaces
Expand Down

0 comments on commit d9230da

Please sign in to comment.