-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Get rid of TorchScript sparse tensor is experimental warning. #73874
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
These get triggered when you are doing normal stuff with sparse tensors and `__torch_dispatch__`, but it all works fine. No need to warn. Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 8bc6ec6 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
…ng." These get triggered when you are doing normal stuff with sparse tensors and `__torch_dispatch__`, but it all works fine. No need to warn. Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
bdhirsh
left a comment
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.
lgtm (looks like those warnings were added > 2 years ago)
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Pull Request resolved: #73874 These get triggered when you are doing normal stuff with sparse tensors and `__torch_dispatch__`, but it all works fine. No need to warn. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: bdhirsh Differential Revision: D34707395 Pulled By: ezyang fbshipit-source-id: 3492c03abb1df1e925af3855dbf772784405d8c1
|
Hey @ezyang. |
Stack from ghstack (oldest at bottom):
These get triggered when you are doing normal stuff with sparse
tensors and
__torch_dispatch__, but it all works fine. No needto warn.
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D34707395