Name Date Size #Lines LOC

..--

aot/H25-Apr-2025-12,9629,859

hifi/H25-Apr-2025-6,6345,551

reference/H25-Apr-2025-1,4651,137

runtime/H25-Apr-2025-649443

utils/H25-Apr-2025-224168

CMakeLists.txtH A D25-Apr-20252.3 KiB8364

README.mdH A D25-Apr-2025704 3125

build_cadence_runner.shH A D25-Apr-20251.6 KiB5435

build_cadence_xtensa.shH A D25-Apr-20253.2 KiB8874

cadence.cmakeH A D25-Apr-20251.6 KiB5339

executor_runner.cppH A D25-Apr-20255.7 KiB209146

README.md

1# Cadence DSP Backends
2
3## Supported DSPs (in progress)
4- HiFi Audio
5- Fusion G3
6
7## Tutorial
8
9Please follow the [tutorial](https://pytorch.org/executorch/main/build-run-xtensa.html) for more information on how to run models on Cadence/Xtensa DSPs.
10
11## Directory Structure
12
13```
14executorch
15├── backends
16│   └── cadence
17│       ├── aot
18│       ├── ops_registration
19│       ├── tests
20│       ├── utils
21│       └── hifi
22│           ├── kernels
23│           ├── operators
24│           └── third-party
25│               └── nnlib
26└── examples
27    └── cadence
28        ├── models
29        └── operators
30```
31