Skip to content

Files

Latest commit

Aug 13, 2025
b36d6b6 · Aug 13, 2025

History

History

cadence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 13, 2025
Aug 11, 2025
Aug 13, 2025
Aug 13, 2025
Apr 17, 2025
May 30, 2025
Jan 22, 2025
Aug 11, 2025
Apr 15, 2025
Jul 11, 2025
Jul 11, 2025
Jan 28, 2025
Aug 11, 2025
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