-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Samsung v2.1 submission into submission-v2.1-revert (#606)
* submission_v2.1_samsung update * Update README.md * update
- Loading branch information
1 parent
9214778
commit f6e1194
Showing
36 changed files
with
1,777 additions
and
5,571 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Building MLPerf Open app with Samsung backend | ||
|
||
<!-- markdown-link-check-disable-next-line --> | ||
1. Update the entire "lib" folder at 'mobile_app_open/mobile_back_samsung/samsung/lib' by copying it from [here](https://github.com/mlcommons/mobile_back_samsung/tree/submission_v2.1_samsung_backend/samsung_libs/mobile_back_samsung/samsung). Here are the .so libs hashes: | ||
``` | ||
dd31eddd832578ade29c473ff03f0b7ec1061eaaabb761108f5291dc7f2e4b6f libc++_shared.so | ||
e2f78216c1a3e0d925e17e4d6e7befbc1a2a853867864c6f30e553bf971f2a42 libc++.so | ||
aaa17ed170b0270a0389bce6765443630e43ab7860364223f2e8c3e54def5372 libeden_nn_on_system.so | ||
acd7000ea36c6f00a0d900574cea8679ca35dd283ca005ee5be5e57721b6a9f2 libenn_extension.so | ||
97202acb183aa26d83f393d185f0f3cd94f648678916c6b27d91a8445f354472 libenn_public_api_cpp.so | ||
cc921615cd844b47871646b30f146048044b55cdb9bf17d3bd9c5f4569ec2efe libofi_rt_framework_user_vendor.so | ||
5aceeaf47af8c3c1847906a12a7b5de70260e5cbd36a70ab2d163c08682399eb libsamsungbackend.so | ||
2104ff038a520180ac4eb6ca5797fa4bd93f1a50943a4412de9bb783947b3194 libsbe1200_core.so | ||
9333a90f065f65610e0ddc788003b33b55c9940f73e665b3d6a0282de11c046c libsbe2100_core.so | ||
959e772790516649eb5454fd17c4219e3778e35af620061e5c62c6c4a88e1d67 libsbe2200_core.so | ||
d5a475d949018179c8e6aa18a5e524c79197a55e07092d5a63e04d5da10d281c libsbe2300_core.so | ||
``` | ||
2. Change directory to the main path (mobile_app_open) | ||
3. Run the build command | ||
|
||
```bash | ||
make WITH_SAMSUNG=1 OFFICIAL_BUILD=false FLUTTER_BUILD_NUMBER=0 docker/flutter/android/release | ||
``` |
Oops, something went wrong.