-
Notifications
You must be signed in to change notification settings - Fork 536
Fix num_iters > 5 Shiftpointer issue #9150
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/9150
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 4 PendingAs of commit 972e0b0 with merge base ebea003 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
b6bde2f
to
296a66e
Compare
Can you explain what is the issue? |
This pull request was exported from Phabricator. Differential Revision: D70974749 |
This pull request was exported from Phabricator. Differential Revision: D70974749 |
296a66e
to
e74ed03
Compare
@pytorchbot label "topic: not user facing" |
This pull request was exported from Phabricator. Differential Revision: D70974749 |
Summary: Pull Request resolved: pytorch#9150 in the original implementation when num_iters > 5 it will crash during exit Differential Revision: D70974749
e74ed03
to
b163d44
Compare
03-11 09:52:35.461 21905 21905 F DEBUG : #00 pc 000000000005b730 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: edc1b601d9f8344c1eccd3d77a458f65) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved on behalf of QC's team review
Summary: in the original implementation when num_iters > 5 it will crash during exit Reviewed By: cccclai Differential Revision: D70974749
b163d44
to
972e0b0
Compare
This pull request was exported from Phabricator. Differential Revision: D70974749 |
Summary: in the original implementation when num_iters > 5 it will crash during exit
Differential Revision: D70974749