Skip to content

Conversation

@ysiraichi
Copy link
Collaborator

@ysiraichi ysiraichi commented Jun 29, 2021

Stack from ghstack:

Tracking Issue: #55070

This PR applies the same transformation of eq to the other comparison ops: ne, lt,
gt, le, and ge. Macros for crating meta and impl functions are used (since the
checks they have are the same).

Differential Revision: D29509868

… kernels.

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jun 29, 2021

💊 CI failures summary and remediations

As of commit e2eb913 (more details on the Dr. CI page and at hud.pytorch.org/pr/60942):


  • 3/3 failures possibly* introduced in this PR
    • 1/3 non-scanned failure(s)

🕵️ 2 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (1/2)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
Auto-merging aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/BinaryOps.h
Auto-merging aten/src/ATen/native/BinaryOps.h
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/BinaryOps.cpp
Auto-merging aten/src/ATen/native/BinaryOps.cpp
CONFLICT (add/add): Merge conflict in aten/src/ATen/TensorIterator.h
Auto-merging aten/src/ATen/TensorIterator.h
CONFLICT (add/add): Merge conflict in aten/src/ATen/TensorIterator.cpp
Auto-merging aten/src/ATen/TensorIterator.cpp
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (2/2)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
Auto-merging aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/BinaryOps.h
Auto-merging aten/src/ATen/native/BinaryOps.h
CONFLICT (add/add): Merge conflict in aten/src/ATen/native/BinaryOps.cpp
Auto-merging aten/src/ATen/native/BinaryOps.cpp
CONFLICT (add/add): Merge conflict in aten/src/ATen/TensorIterator.h
Auto-merging aten/src/ATen/TensorIterator.h
CONFLICT (add/add): Merge conflict in aten/src/ATen/TensorIterator.cpp
Auto-merging aten/src/ATen/TensorIterator.cpp
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1


Preview docs built from this PR

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.

Click here to manually regenerate this comment.

ysiraichi added a commit that referenced this pull request Jun 29, 2021
… kernels.

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

ghstack-source-id: 8282a16
Pull Request resolved: #60942
@ysiraichi ysiraichi marked this pull request as ready for review June 29, 2021 11:28
@ysiraichi ysiraichi requested a review from ezyang as a code owner June 29, 2021 11:28
@ysiraichi ysiraichi requested a review from bdhirsh June 29, 2021 11:29
@ysiraichi
Copy link
Collaborator Author

The 3 CI failures don't seem related to this PR.

@ezyang
Copy link
Contributor

ezyang commented Jul 1, 2021

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

… structured kernels."

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

Differential Revision: [D29509868](https://our.internmc.facebook.com/intern/diff/D29509868)

[ghstack-poisoned]
ysiraichi added a commit that referenced this pull request Jul 1, 2021
… kernels.

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

ghstack-source-id: dc33e36
Pull Request resolved: #60942
@ezyang
Copy link
Contributor

ezyang commented Jul 1, 2021

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

… structured kernels."

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

Differential Revision: [D29509868](https://our.internmc.facebook.com/intern/diff/D29509868)

[ghstack-poisoned]
… structured kernels."

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

Differential Revision: [D29509868](https://our.internmc.facebook.com/intern/diff/D29509868)

[ghstack-poisoned]
ysiraichi added a commit that referenced this pull request Jul 2, 2021
… kernels.

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

ghstack-source-id: 5ca595c
Pull Request resolved: #60942
@ezyang
Copy link
Contributor

ezyang commented Jul 6, 2021

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ezyang ezyang requested a review from SplitInfinity July 6, 2021 16:39
… structured kernels."

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

Differential Revision: [D29509868](https://our.internmc.facebook.com/intern/diff/D29509868)

[ghstack-poisoned]
ezyang added a commit that referenced this pull request Jul 12, 2021
… kernels.

Tracking Issue: #55070

This PR applies the same transformation of `eq` to the other comparison ops: `ne`, `lt`,
`gt`, `le`, and `ge`. Macros for crating meta and impl functions are used (since the
checks they have are the same).

ghstack-source-id: f1f20c6
Pull Request resolved: #60942
@ezyang
Copy link
Contributor

ezyang commented Jul 12, 2021

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in 208d06c.

@ysiraichi ysiraichi deleted the gh/ysiraichi/14/head branch July 20, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants