tree: 12d0c462b8f811d839843a8cdfca0cd04ad61cf2
  1. aot/
  2. hifi/
  3. reference/
  4. runtime/
  5. utils/
  6. build_cadence_runner.sh
  7. build_cadence_xtensa.sh
  8. cadence.cmake
  9. CMakeLists.txt
  10. executor_runner.cpp
  11. README.md
backends/cadence/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