-
Notifications
You must be signed in to change notification settings - Fork 608
Add etdump to android #10889
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
Add etdump to android #10889
Conversation
JNI not exposed yet. Need to think about API
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10889
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 Cancelled JobsAs of commit b839911 with merge base 3032398 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
scripts/build_android_library.sh
Outdated
@@ -40,6 +40,8 @@ build_android_native_library() { | |||
-DANDROID_PLATFORM=android-26 \ | |||
-DBUILD_TESTING=OFF \ | |||
-DEXECUTORCH_ENABLE_LOGGING=ON \ | |||
-DEXECUTORCH_BUILD_DEVTOOLS=ON \ | |||
-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depend on "${EXECUTORCH_ANDROID_PROFILING:-OFF}"
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Add a temporary API to generate etdump for benchmark app