pytorch
e7a3a43d - [pytorch] upload android build size to scuba (#40010)

Commit
4 years ago
[pytorch] upload android build size to scuba (#40010) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/40010 Use `upload_binary_size_to_scuba.py` to extract android library size and upload to scuba. Sample data: https://fburl.com/scuba/pytorch_binary_size/fz882auc ``` +-----------------------------------------------------------+-------------------+-----------+---------+-------------------------------------------------+------------------------------------------+----------+ | Build Name | Branch | Build Num | Os | Pkg Type | Sha1 | Size | +-----------------------------------------------------------+-------------------+-----------+---------+-------------------------------------------------+------------------------------------------+----------+ | linux_libtorch_3.7m_cpu | gh/ljk53/149/head | 5842365 | linux | libtorch | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 111 MiB | | android_prebuild/aar/pytorch_android-release.aar__ | gh/ljk53/149/head | 5842981 | android | prebuild/aar/pytorch_android-release.aar | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 29.1 MiB | | android_prebuild-single/aar/pytorch_android-release.aar__ | gh/ljk53/149/head | 5842974 | android | prebuild-single/aar/pytorch_android-release.aar | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 7.96 MiB | | android_prebuild/x86_64/libpytorch_jni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/x86_64/libpytorch_jni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 7.65 MiB | | android_prebuild-single/x86/libpytorch_jni.so__ | gh/ljk53/149/head | 5842974 | android | prebuild-single/x86/libpytorch_jni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 7.62 MiB | | android_prebuild/x86/libpytorch_jni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/x86/libpytorch_jni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 7.62 MiB | | android_prebuild/arm64-v8a/libpytorch_jni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/arm64-v8a/libpytorch_jni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 6.44 MiB | | android_prebuild/armeabi-v7a/libpytorch_jni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/armeabi-v7a/libpytorch_jni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 6.23 MiB | | android_prebuild/x86_64/libfbjni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/x86_64/libfbjni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 319 KiB | | android_prebuild-single/x86/libfbjni.so__ | gh/ljk53/149/head | 5842974 | android | prebuild-single/x86/libfbjni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 319 KiB | | android_prebuild/x86/libfbjni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/x86/libfbjni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 319 KiB | | android_prebuild/arm64-v8a/libfbjni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/arm64-v8a/libfbjni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 282 KiB | | android_prebuild/armeabi-v7a/libfbjni.so__ | gh/ljk53/149/head | 5842981 | android | prebuild/armeabi-v7a/libfbjni.so | f6821a3708bb2e88d9482f5ff60ecc6bcc60d85c | 214 KiB | +-----------------------------------------------------------+-------------------+-----------+---------+-------------------------------------------------+------------------------------------------+----------+ ``` Test Plan: Imported from OSS Differential Revision: D22040439 Pulled By: ljk53 fbshipit-source-id: 39116c768067edf25391428e36e5c403ad0715a5
Author
Parents
Loading