Page MenuHomePhabricator

Ethos-uProject
ActivePublic

Details

Description

Ethos-u related issues
git repos covered:
https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u - This is the root directory for all Ethos-u software.

https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-software - The software executing on Arm Cortex-M is referred to as Core Software. This folder provides a small build system that illustrates how to build the key components for the Ethos-u core software.

https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-driver - The Ethos-u NPU driver.

https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela - The Vela optimizer takes a TFLu file as input and replaces operators that are supported by the Ethos-u NPU with custom operators designed to run on the NPU. Operators not supported by the NPU are executed in software.

https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-linux-driver-stack
Example driver stack showing how Linux can dispatch inferences to an Arm Ethos-U subsystem.