Refactor foreach pointwise ops tests to use OpInfo#51060
Refactor foreach pointwise ops tests to use OpInfo#51060izdeby wants to merge 26 commits intogh/izdeby/77/basefrom
Conversation
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit d1f9c1f (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:
|
| Job | Step | Action |
|---|---|---|
| Add annotations | 🔁 rerun |
1 job timed out:
pytorch_linux_xenial_py3_6_gcc5_4_test
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.
[ghstack-poisoned]
[ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo [ghstack-poisoned]
| method=torch._foreach_addcmul, | ||
| inplace=torch._foreach_addcmul_, | ||
| ref=torch.addcmul, | ||
| dtypes=all_types(), |
There was a problem hiding this comment.
@ngimel had an interesting idea that these could acquire their dtypes from the reference operation's OpInfo, at least when that OpInfo exists. For example, the OpInfo for asin can be acquired by matching reference and the .op attribute of the OpInfo.
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
------- Refactor foreach pointwise ops tests to use OpInfo Differential Revision: [D26103908](https://our.internmc.facebook.com/intern/diff/D26103908) [ghstack-poisoned]
|
Hi @izdeby! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Stack from ghstack:
Refactor foreach pointwise ops tests to use OpInfo
Differential Revision: D26103908