Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17905
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 13 Pending, 2 Unrelated FailuresAs of commit cf6ca45 with merge base 75f5a76 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
Fix size-test on gcc11 (not a binary size improvement)
It fails with stringop-overread from flatbuffer. gcc-9 doesn't have this and doesn't throw error.
Test plan
Flatbuffer should be ok - add -Wno-stringop-overread to suppress the error. Use pragma because adding it in CXX_ARGS causes a failure, as gcc-9 doesn't recognize it and -Werror is enabled.
size results after stripping