|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Directories | |
| src | |
The inference-runtime companion to npu_smoke, which covers the bare command/queue driver. This app drives the pieces a real TensorFlow Lite for Microcontrollers Ethos-U runtime needs on top of that driver, and checks each end to end on the RA8P1:
The NPU operator run in the emulator is the tiny deterministic add-constant of the documented stand-in convention, not a real Vela command stream – that needs the offline Vela compiler and silicon. The emulator's NPU model is honest about it and rejects a real Vela stream it cannot interpret. So the quantize, NPU op, dequantize pipeline and the interrupt completion path are checkable byte for byte here, while the model-driven interpreter path is proven to link and register and runs end to end on silicon later.
There is no RA8P1 HIL rig, so this app is discovered by the emulator suite and not by the bench runner.