-
Notifications
You must be signed in to change notification settings - Fork 616
Fix scaled_mm_rowwise in quantize_bench #4551
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D78844879 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary: X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
Summary: X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
ee532a8
to
5964585
Compare
Summary: X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
Summary: X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
This pull request was exported from Phabricator. Differential Revision: D78844879 |
Summary: Pull Request resolved: pytorch#4551 X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
Summary: X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
This pull request was exported from Phabricator. Differential Revision: D78844879 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D78844879 |
Summary: Pull Request resolved: pytorch#4551 X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
This pull request was exported from Phabricator. Differential Revision: D78844879 |
Summary: Pull Request resolved: pytorch#4551 X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
Summary: Pull Request resolved: pytorch#4551 X-link: facebookresearch/FBGEMM#1594 When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly. We also add support for compile, which will be useful for testing. Reviewed By: jianyuh Differential Revision: D78844879
This pull request was exported from Phabricator. Differential Revision: D78844879 |
This pull request has been merged in f509911. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/1594
When looking at this with samanamp recently I noticed the scaled_mm is not actually using the rowwise scaling with it, I think this was before it was supported properly.
We also add support for compile, which will be useful for testing.
Differential Revision: D78844879