We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617c87 commit ffdb21aCopy full SHA for ffdb21a
test/build_size_test.sh
@@ -44,11 +44,9 @@ test_cmake_size_test() {
44
echo "Build size test"
45
cmake --build cmake-out/test -j9 --config Release
46
47
- echo 'ExecuTorch with no ops binary size, unstripped:'
48
- ls -al cmake-out/test/size_test
49
-
50
- echo 'ExecuTorch with portable ops binary size, unstripped:'
51
- ls -al cmake-out/test/size_test_all_ops
+ strip cmake-out/test/size_test
+ strip cmake-out/test/size_test_all_ops
+ ls -lah cmake-out/test/
52
}
53
54
if [[ -z $PYTHON_EXECUTABLE ]]; then
0 commit comments