Skip to content

Files

Latest commit

c2e51fe · Jul 17, 2025

History

History

cadence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 17, 2025
Jul 9, 2025
Jul 17, 2025
Jun 11, 2025
Apr 17, 2025
May 30, 2025
Jan 22, 2025
Jun 9, 2025
Apr 15, 2025
Jul 11, 2025
Jul 11, 2025
Jan 28, 2025
Oct 30, 2024
Oct 9, 2024
Feb 5, 2025

README.md

Cadence DSP Backends

Supported DSPs (in progress)

  • HiFi Audio
  • Fusion G3

Tutorial

Please follow the tutorial for more information on how to run models on Cadence/Xtensa DSPs.

Directory Structure

executorch
├── backends
│   └── cadence
│       ├── aot
│       ├── ops_registration
│       ├── tests
│       ├── utils
│       └── hifi
│           ├── kernels
│           ├── operators
│           └── third-party
│               └── nnlib
└── examples
    └── cadence
        ├── models
        └── operators