Skip to content

Remove FENV pragma#3629

Closed
embg wants to merge 1 commit into
pytorch:mainfrom
embg:export-D68815786
Closed

Remove FENV pragma#3629
embg wants to merge 1 commit into
pytorch:mainfrom
embg:export-D68815786

Conversation

@embg

@embg embg commented Jan 29, 2025

Copy link
Copy Markdown

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
Copy Markdown
Contributor

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

@netlify

netlify Bot commented Jan 29, 2025

Copy link
Copy Markdown

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
Copy Markdown
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
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