-
Notifications
You must be signed in to change notification settings - Fork 751
Use the proper offset for front_cursor in flatcc emitter #7933
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/7933
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 96f4b6a with merge base e52b3fc ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D68502867 |
Summary: Updating the front_cursor pointer in the ETDumpGen class to point to the correct location in the buffer, and adding a check to ensure that the buffer size provided is greater than the minimum required size. This fixes a long running issue that the Turing team was running into when generating ETDump's for large models. The etdump_test.cpp file has been updated to use a smaller buffer size for testing purposes and we do more stress testing. Differential Revision: D68502867
3728a99 to
f29bc81
Compare
|
This pull request was exported from Phabricator. Differential Revision: D68502867 |
Summary: Updating the front_cursor pointer in the ETDumpGen class to point to the correct location in the buffer, and adding a check to ensure that the buffer size provided is greater than the minimum required size. This fixes a long running issue that the Turing team was running into when generating ETDump's for large models. The etdump_test.cpp file has been updated to use a smaller buffer size for testing purposes and we do more stress testing. Reviewed By: Gasoonjia Differential Revision: D68502867
f29bc81 to
96f4b6a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D68502867 |
Differential Revision: D68502867 Pull Request resolved: #7933
Differential Revision: D68502867 Pull Request resolved: pytorch#7933
Differential Revision: D68502867