Attempting running Minibench on Android, no results generated #7076
Labels
Android
Android building and execution related.
bug
Something isn't working
module: benchmark
Features or issues related to benchmark infra, including the workflow, CI and benchmark apps
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Hi all! I'm attempting to execute the Minibench app on Android to benchmark some models on my device. As an example I'm using the
add.pte
generated in the Getting started guide.After successfully building the LLM demo with
and manually copying
.aar
files toapp/libs/
, I get the following tree (not fully displayed).Then, I open
executorch/extension/andorid/benchmark/
on Andorid Studio and execute./gradlew installDebug
. It succesfully installs the app on my device.Then I create the
minibench
temp dir inside the phone and moveadd.pte
, as indicated on the Minibench README.When I attempt the execution of the benchmark, I get the following output:
And there is not results file:
In fact, there are only cache dirs:
Any idea of what I'm missing? Thanks in advance!
Versions
The text was updated successfully, but these errors were encountered: