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

Fix the large range issue on QuantizeAvx2 #1784

Closed
wants to merge 1 commit into from

Conversation

jianyuh
Copy link
Member

@jianyuh jianyuh commented May 23, 2023

Summary: We have seg fault when the range of tensor quantization is big. The common int32_t vs. int64_t issue.

Differential Revision: D46123138

Summary: We have seg fault when the range of tensor quantization is big. The common int32_t vs. int64_t issue.

Differential Revision: D46123138

fbshipit-source-id: cdb41e993eed811ba328c5ac71fcf150efc375e2
@netlify
Copy link

netlify bot commented May 23, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit 283cd12
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/646d1e36e25ea90008bb0fbc

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f97fe45.

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