-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Static Runtime] Fix a bug that aten::fill reuses a tensor that does not match requested one
#73990
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
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 549756a (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
This pull request was exported from Phabricator. Differential Revision: D34768718 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34768718 |
ca3622b to
a3c31a3
Compare
Differential Revision: D34727057 fbshipit-source-id: 212adb0bd8885a8f22a441913af61ad1c5ef2d04
…s not match requested one (pytorch#73990) Summary: Pull Request resolved: pytorch#73990 This change fixes a bug that `aten::fill` reuses a previously allocated tensor that does not match requested one when arguments to `aten::fill` are dynamically changed. This fix is applied to multiple other out variant wrappers added to Static Runtime, and their fixes are following. Test Plan: - Added a unittest. Differential Revision: D34768718 fbshipit-source-id: 098bc3c09b2fe45dac6b883ef98d6a84824878f1
|
This pull request was exported from Phabricator. Differential Revision: D34768718 |
a3c31a3 to
549756a
Compare
…s not match requested one (#73990) Summary: Pull Request resolved: #73990 This change fixes a bug that `aten::full` reuses a previously allocated tensor that does not match requested one when arguments to `aten::full` are dynamically changed. This fix is applied to multiple other out variant wrappers added to Static Runtime, and their fixes are following. Test Plan: - Added a unittest. Reviewed By: mikeiovine Differential Revision: D34768718 fbshipit-source-id: b6958d6601d36253dd5d4f93596fb14055cca9c9
|
Hey @d1jang. |
Summary:
This change fixes a bug that
aten::fillreuses a previously allocated tensor that does not match requested one when arguments toaten::fillare dynamically changed.This fix is applied to multiple other out variant wrappers added to Static Runtime, and their fixes are following.
Test Plan: - Added a unittest.
Differential Revision: D34768718