Skip to content

Conversation

ivayloen
Copy link
Contributor

@ivayloen ivayloen commented Aug 25, 2025

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

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]
Copy link

pytorch-bot bot commented Aug 25, 2025

🔗 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 Failures

As of commit 6f242ca with merge base 7cf8a5e (image):

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.

ivayloen added a commit that referenced this pull request Aug 25, 2025
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
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 25, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78854136

@hsharma35 hsharma35 added the release notes: none Do not include this in the release notes label Aug 25, 2025
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]
ivayloen added a commit that referenced this pull request Aug 26, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78854136

@GregoryComer
Copy link
Member

GregoryComer commented Aug 26, 2025

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]
ivayloen added a commit that referenced this pull request Aug 26, 2025
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/)
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D78854136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported release notes: none Do not include this in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants