-
Notifications
You must be signed in to change notification settings - Fork 26.3k
gcd: port to structured
#57624
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
gcd: port to structured
#57624
Conversation
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 352e17c (more details on the Dr. CI page):
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 to the (internal) Dr. CI Users group. |
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Differential Revision: [D28224832](https://our.internmc.facebook.com/intern/diff/D28224832) [ghstack-poisoned]
|
A related question. The metafunctions ported this way do not check for correct input types, the CI can pass because the tests only test for supported types. Any ideas would be greatly appreciated! @ezyang |
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
Good question. A somewhat distasteful answer is to add "check" variants of I don't have a big problem if you want to "hush hush" commit a bug here because the CI coverage is not quite enough. We can also just suppress these meta tests with an expected failure and file an issue to fix this later. If you want to do the right thing, I think adding check variants is the only easy thing to do, but we'll need to get some other feedback on it (cc @gchanan). |
Summary: Pull Request resolved: pytorch#57624 Test Plan: Imported from OSS Reviewed By: VitalyFedyunin Differential Revision: D28224832 Pulled By: ezyang fbshipit-source-id: 30a8eba025c67d990103e49c03a396810f9d4006
Stack from ghstack:
maximumandminimum: port to structured #57630 Port maximum and minimum to structuredlogaddexpandlogaddexp2: port to structured #57629 Port logaddexp and logaddexp2 to structuredlcm: port to structured #57628 Port lcm to structuredhypot: port to structured #57627 Port hypot to structuredigammaandigammac: port to structured #57626 Port igamma and igammac to structurednextafter: port to structured #57625 Port nextafter to structuredgcd: port to structured #57624 Port gcd to structuredDifferential Revision: D28224832