-
Notifications
You must be signed in to change notification settings - Fork 607
Introduce write_to_file api #2307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2307
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 09ea15e with merge base 9d6bf72 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following job 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 pull request was exported from Phabricator. Differential Revision: D54526788 |
Summary: And update existing callsites to use bytes(serialize_pte_binary..), or write_to_file Differential Revision: D54524444
Summary: Pull Request resolved: pytorch#2307 Update callsites that save to file to use write_to_file api instead of .buffer Reviewed By: dbort Differential Revision: D54526788
This pull request was exported from Phabricator. Differential Revision: D54526788 |
@pytorchbot label ciflow/trunk |
This pull request has been merged in 5316e69. |
Signed-off-by: Rob Elliott <[email protected]> Change-Id: I584410307d4b9c2635ae6647cd9bd138bf596c45
Summary: Fixes for a few things: - Move C++ std to 17 to enable changes for #1733 on Arm builds - fix after #2307 regressed save_pte_program on aot_arm_compiler - add aot_arm_compiler support for examples/models (they don't all compile but can be consumed) - Move the Vela pin in anticipation of MNV2 tosa fixes in #2371 Pull Request resolved: #2372 Reviewed By: mcr229 Differential Revision: D54817009 Pulled By: digantdesai fbshipit-source-id: 5ca3c7a03e8ae9f6a784335d53654b8db05a3cb8
Summary: Update callsites that save to file to use write_to_file api instead of .buffer
Reviewed By: dbort
Differential Revision: D54526788