-
Notifications
You must be signed in to change notification settings - Fork 8.4k
modules: hal_ethos_u: Update to latest Ethos-U rev #80678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
944d7b0 to
82451d5
Compare
ithinuel
previously approved these changes
Nov 18, 2024
krijo210
approved these changes
Nov 19, 2024
82451d5 to
ae7b74a
Compare
8d7d8b4 to
a0216a6
Compare
What is changed? Added config for Ethos-U85 and, the module `hal_ethos_u` now points to the latest revision which has support for Arm Ethos-U85 NPU. Why do we need this change? This will help in validating the NPU when we add support for FVP testing for Ethos-U85. Signed-off-by: Sudan Landge <[email protected]>
What is changed? - Updated the board qualifier for MPS3 to `mps3/corstone300/fvp` Why do we need this change? - To validate the sample with FVP by default since QEMU doesn't model the NPU. Signed-off-by: Sudan Landge <[email protected]>
What is changed?
- Replaced printk with printf in the sample
Why do we need this change?
- Running the sample with fvp just prints the below output and not
the complete logs that we expect:
`sender 0: Sending inference`
We get the expected output with CONFIG_LOG_IMMEDIATE=y but,
its not ideal. printf works without the config and plus it
looks a better fit in the current sample than printk.
This change is validate using `mps3/corstone300/fvp`.
Signed-off-by: Sudan Landge <[email protected]>
a0216a6 to
e50c103
Compare
krijo210
approved these changes
Nov 21, 2024
krijo210
approved these changes
Nov 21, 2024
krijo210
approved these changes
Nov 21, 2024
ithinuel
approved these changes
Dec 3, 2024
kristofer-jonsson-arm
approved these changes
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Architectures
area: Neural Networks
area: Samples
Samples
manifest
manifest-hal_ethos_u
platform: ARM
Arm Limited
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is changed?
tflite-micro/hello_worldandtflite-micro/tflm_ethosuWhy do we need this change?
This change is validate using
mps3/corstone300/fvp.Signed-off-by: Sudan Landge [email protected]