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

Always avoid CPU blocking D2H in JaggedIndexSelect2dOp backward #2510

Closed
wants to merge 1 commit into from

Conversation

mrshenli
Copy link

Summary: Since the value of num_dense_output_rows has been computed in forward. Directly save this number (not optional) in context and reuse it to avoid D2H syncs in backward.

Differential Revision: D56212536

Summary: Since the value of `num_dense_output_rows` has been computed in forward. Directly save this number (not optional) in context and reuse it to avoid D2H syncs in backward.

Differential Revision: D56212536
@facebook-github-bot
Copy link
Contributor

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

Copy link

netlify bot commented Apr 17, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 0cad22c
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/66202f3688fa43000840e120
😎 Deploy Preview https://deploy-preview-2510--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
Contributor

This pull request has been merged in f052e98.

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.

2 participants