Skip to content

reduce overhead for f8f8bf16_rowwise_grouped_dynamic on amd#3742

Closed
mxz297 wants to merge 1 commit into
pytorch:mainfrom
mxz297:export-D70327636
Closed

reduce overhead for f8f8bf16_rowwise_grouped_dynamic on amd#3742
mxz297 wants to merge 1 commit into
pytorch:mainfrom
mxz297:export-D70327636

Conversation

@mxz297

@mxz297 mxz297 commented Feb 27, 2025

Copy link
Copy Markdown
Contributor

Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/823

When there is no need to zeroing output tensor, the argument setup kernel currently will launch many wasted thread blocks, and that can cause significant overhead. So we separate argument setup kernels into two kernels based on whether we need zeroing or not.

Differential Revision: D70327636

Summary:
X-link: facebookresearch/FBGEMM#823

When there is no need to zeroing output tensor, the argument setup kernel currently will launch many wasted thread blocks, and that can cause significant overhead. So we separate argument setup kernels into two kernels based on whether we need zeroing or not.

Differential Revision: D70327636
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@netlify

netlify Bot commented Feb 27, 2025

Copy link
Copy Markdown

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit bb1f280
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/67c08fda425c2a00085f5976
😎 Deploy Preview https://deploy-preview-3742--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in eee973c.

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.

3 participants