-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[JIT] add support for torch.cdist #33737
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
[ghstack-poisoned]
[ghstack-poisoned]
💊 CircleCI build failures summary and remediationsAs of commit ffee618: Commit ffee618 was recently pushed. Waiting for builds... This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 27 times. |
vishwakftw
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.
Looks good to me, thank you.
|
Are the docs failures normal? |
| (torch._C._get_tracing_state, "aten::_get_tracing_state"), | ||
| (warnings.warn, "aten::warn"), | ||
| (torch._VF.stft, "aten::stft") | ||
| (torch._VF.stft, "aten::stft"), |
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.
Why does something like _VF.dropout resolve without an explicit listing here but _VF.cdist does not?
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.
i think it's something to do with native schema bound ops name collision.
i think i just need to rename |
[ghstack-poisoned]
[ghstack-poisoned]
Differential Revision: [D20121916](https://our.internmc.facebook.com/intern/diff/D20121916) [ghstack-poisoned]
Differential Revision: [D20121916](https://our.internmc.facebook.com/intern/diff/D20121916) [ghstack-poisoned]
Summary: Pull Request resolved: #33737 Test Plan: Imported from OSS Differential Revision: D20121916 Pulled By: eellison fbshipit-source-id: b0427bbfd3ade1f3129c4a95a542fbc32c3abd76
Summary: Pull Request resolved: pytorch#33737 Test Plan: Imported from OSS Differential Revision: D20121916 Pulled By: eellison fbshipit-source-id: b0427bbfd3ade1f3129c4a95a542fbc32c3abd76
Stack from ghstack:
Differential Revision: D20121916