We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3b076 commit ff22429Copy full SHA for ff22429
test/build_size_test.sh
@@ -40,6 +40,15 @@ test_cmake_size_test() {
40
41
echo 'ExecuTorch with portable ops binary size, unstripped:'
42
ls -al cmake-out/test/size_test_all_ops
43
+
44
+ strip cmake-out/test/size_test
45
+ strip cmake-out/test/size_test_all_ops
46
47
+ echo 'ExecuTorch with no ops binary size, stripped:'
48
+ ls -al cmake-out/test/size_test
49
50
+ echo 'ExecuTorch with portable ops binary size, stripped:'
51
+ ls -al cmake-out/test/size_test_all_ops
52
}
53
54
if [[ -z $PYTHON_EXECUTABLE ]]; then
0 commit comments