Skip to content
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

Prevent integer overflow in FBGEMM quantization APIs #1909

Closed
wants to merge 1 commit into from

Conversation

excelle08
Copy link

Summary: Prevent integer overflow in FBGEMM quantization APIs by changing the at-risk variables from int32_t to int64_t

Differential Revision: D46123291

@netlify
Copy link

netlify bot commented Aug 5, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit 78bd465
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/64d269550fe52200076401f7

@facebook-github-bot
Copy link
Contributor

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

excelle08 pushed a commit to excelle08/FBGEMM that referenced this pull request Aug 7, 2023
Summary:
Pull Request resolved: pytorch#1909

Prevent integer overflow in FBGEMM quantization APIs by changing the at-risk variables from int32_t to int64_t

Reviewed By: sryap

Differential Revision: D46123291

fbshipit-source-id: 51da39b942ab42deb7eb53f1b361ab34da7c61ed
@facebook-github-bot
Copy link
Contributor

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

Summary:
Pull Request resolved: pytorch#1909

Prevent integer overflow in FBGEMM quantization APIs by changing the at-risk variables from int32_t to int64_t

Reviewed By: sryap

Differential Revision: D46123291

fbshipit-source-id: 0cedb99ed6220212946fde124d176d46d6f3ec84
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d6c0d82.

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.

None yet

2 participants