-
Notifications
You must be signed in to change notification settings - Fork 668
ET use compiler macros in ops #13638
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
base: gh/ivayloen/3/base
Are you sure you want to change the base?
Conversation
Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13638
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Unrelated FailuresAs of commit 6f242ca with merge base 7cf8a5e ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/) ghstack-source-id: 305107633 Pull Request resolved: #13638
This pull request was exported from Phabricator. Differential Revision: D78854136 |
Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/) [ghstack-poisoned]
Pull Request resolved: #13638 Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/) ghstack-source-id: 305793447
This pull request was exported from Phabricator. Differential Revision: D78854136 |
Overall, these changes look reasonable to me. The main concern that I want to address prior to approving is ensuring that we have GitHub CI coverage for all platforms we're supporting internally. As @mergennachin mentioned, if you can use clang-cl internally, that would align with what we're supporting via CMake. We could add CI coverage for the Windows build via buck to guard this. |
Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/) [ghstack-poisoned]
Pull Request resolved: #13638 Use new compiler macros to fix operator library builds. Additional issues, isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error. ghstack-source-id: 305811880 Differential Revision: [D78854136](https://our.internmc.facebook.com/intern/diff/D78854136/)
This pull request was exported from Phabricator. Differential Revision: D78854136 |
Stack from ghstack (oldest at bottom):
Use new compiler macros to fix operator library builds.
Additional issues,
isnan and signbit supported types are only on float, double and long double. Apply static cast to avoid msvc compiler error.
Differential Revision: D78854136