-
Notifications
You must be signed in to change notification settings - Fork 610
adding an option to skip zeroing output tensor for f8f8bf16_rowwise_grouped_dynamic #3685
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: D69380351 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
77d375a
to
c06ae8e
Compare
…rouped_dynamic (pytorch#3685) Summary: X-link: facebookresearch/FBGEMM#761 In certain uses cases, the user of this api does not need zeroing out the padded area, so add this option. Note that currently the actual skipping is only done for AMD. Differential Revision: D69380351
This pull request was exported from Phabricator. Differential Revision: D69380351 |
…rouped_dynamic (pytorch#3685) Summary: X-link: facebookresearch/FBGEMM#761 In certain uses cases, the user of this api does not need zeroing out the padded area, so add this option. Note that currently the actual skipping is only done for AMD. Differential Revision: D69380351
c06ae8e
to
e883746
Compare
This pull request was exported from Phabricator. Differential Revision: D69380351 |
…rouped_dynamic (pytorch#3685) Summary: X-link: facebookresearch/FBGEMM#761 In certain uses cases, the user of this api does not need zeroing out the padded area, so add this option. Note that currently the actual skipping is only done for AMD. Differential Revision: D69380351
e883746
to
b4e8bd8
Compare
This pull request was exported from Phabricator. Differential Revision: D69380351 |
This pull request has been merged in f8f6f43. |
…rouped_dynamic (pytorch#761) Summary: X-link: pytorch#3685 Pull Request resolved: facebookresearch/FBGEMM#761 In certain uses cases, the user of this api does not need zeroing out the padded area, so add this option. Note that currently the actual skipping is only done for AMD. Reviewed By: jwfromm Differential Revision: D69380351 fbshipit-source-id: 1e4eb901bd665f9446e5e9946bb659f787698758
Summary: In certain uses cases, the user of this api does not need zeroing out the padded area, so add this option. Note that currently the actual skipping is only done for AMD.
Differential Revision: D69380351