-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Port other comparison ops: ne, lt, gt, le, ge to structured kernels.
#60942
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
… 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]
💊 CI failures summary and remediationsAs of commit e2eb913 (more details on the Dr. CI page and at hud.pytorch.org/pr/60942):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
The 3 CI failures don't seem related to this PR. |
|
@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]
|
@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]
|
@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]
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Stack from ghstack:
ne,lt,gt,le,geto structured kernels. #60942 Port other comparison ops:ne,lt,gt,le,geto structured kernels.eqkernel to structured kernels. #60177 Porteqkernel to structured kernels.Tracking Issue: #55070
This PR applies the same transformation of
eqto the other comparison ops:ne,lt,gt,le, andge. Macros for crating meta and impl functions are used (since thechecks they have are the same).
Differential Revision: D29509868