-
Notifications
You must be signed in to change notification settings - Fork 617
GroupedGEMM interface takes m_sizes
instead of m_offsets
.
#3696
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: D69686252 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…h#3696) Summary: X-link: facebookresearch/FBGEMM#771 Calculated `m_offsets` on the fly to avoid small scan kernel launches. Differential Revision: D69686252
f6161d2
to
4772ba8
Compare
This pull request was exported from Phabricator. Differential Revision: D69686252 |
4772ba8
to
3dfb455
Compare
…ytorch#3696) Summary: X-link: facebookresearch/FBGEMM#771 Calculated `m_offsets` on the fly to avoid small scan kernel launches. Reviewed By: jiawenliu64 Differential Revision: D69686252
This pull request was exported from Phabricator. Differential Revision: D69686252 |
…ytorch#3696) Summary: X-link: facebookresearch/FBGEMM#771 Calculated `m_offsets` on the fly to avoid small scan kernel launches. Reviewed By: jiawenliu64 Differential Revision: D69686252
3dfb455
to
18c331a
Compare
This pull request was exported from Phabricator. Differential Revision: D69686252 |
This pull request has been merged in f9e0ce9. |
…ytorch#771) Summary: X-link: pytorch#3696 Pull Request resolved: facebookresearch/FBGEMM#771 Calculated `m_offsets` on the fly to avoid small scan kernel launches. Reviewed By: jiawenliu64 Differential Revision: D69686252 fbshipit-source-id: 8cb741af4a8d8d37ab6a10d2e97cc5ff2ce44575
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/771
Calculated
m_offsets
on the fly to avoid small scan kernel launches.Differential Revision: D69686252