Skip to content

Remove FENV pragma #3629

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

Closed
wants to merge 1 commit into from
Closed

Remove FENV pragma #3629

wants to merge 1 commit into from

Conversation

embg
Copy link

@embg embg commented Jan 29, 2025

Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/706

We are seeing this error in an internal build:

   fbcode/deeplearning/fbgemm/src/FbgemmFloat16ConvertSVE.cc:63:25: error: expected identifier in '#pragma FENV_ROUND' - ignored [-Werror,-Wignored-pragmas]
       63 | #pragma STDC FENV_ROUND FE_TONEAREST

Until we figure out the floating-point environment business, let's remove this pragma.

Differential Revision: D68815786

Summary:
X-link: facebookresearch/FBGEMM#706

We are seeing this error in an internal build:
```
   fbcode/deeplearning/fbgemm/src/FbgemmFloat16ConvertSVE.cc:63:25: error: expected identifier in '#pragma FENV_ROUND' - ignored [-Werror,-Wignored-pragmas]
       63 | #pragma STDC FENV_ROUND FE_TONEAREST
```
Until we figure out the floating-point environment business, let's remove this pragma.

Differential Revision: D68815786
@facebook-github-bot
Copy link
Contributor

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

Copy link

netlify bot commented Jan 29, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 201bcb8
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/6799cafc90f53600082d5f0f
😎 Deploy Preview https://deploy-preview-3629--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 5b048ab.

avbokovoy pushed a commit to ROCm/FBGEMM that referenced this pull request Feb 14, 2025
Summary:
Pull Request resolved: pytorch#3629

X-link: https://github.com/facebookresearch/FBGEMM/pull/706

We are seeing this error in an internal build:
```
   fbcode/deeplearning/fbgemm/src/FbgemmFloat16ConvertSVE.cc:63:25: error: expected identifier in '#pragma FENV_ROUND' - ignored [-Werror,-Wignored-pragmas]
       63 | #pragma STDC FENV_ROUND FE_TONEAREST
```
Until we figure out the floating-point environment business, let's remove this pragma.

Reviewed By: gag1jain

Differential Revision: D68815786

fbshipit-source-id: 15a8140a2d3066aded312da63b2da70061a66151
q10 pushed a commit to q10/FBGEMM that referenced this pull request Apr 10, 2025
Summary:
X-link: pytorch#3629

Pull Request resolved: facebookresearch/FBGEMM#706

We are seeing this error in an internal build:
```
   fbcode/deeplearning/fbgemm/src/FbgemmFloat16ConvertSVE.cc:63:25: error: expected identifier in '#pragma FENV_ROUND' - ignored [-Werror,-Wignored-pragmas]
       63 | #pragma STDC FENV_ROUND FE_TONEAREST
```
Until we figure out the floating-point environment business, let's remove this pragma.

Reviewed By: gag1jain

Differential Revision: D68815786

fbshipit-source-id: 15a8140a2d3066aded312da63b2da70061a66151
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.

3 participants