Skip to content

Remove dry run #4746

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

Closed
wants to merge 1 commit into from
Closed

Remove dry run #4746

wants to merge 1 commit into from

Conversation

EddyLXJ
Copy link
Contributor

@EddyLXJ EddyLXJ commented Aug 20, 2025

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

Rollback Plan:

Differential Revision: D80425794

Copy link

netlify bot commented Aug 20, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit f372505
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-fbgemm-docs/deploys/68a75d8288296c000849bbea
😎 Deploy Preview https://deploy-preview-4746--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 project configuration.

@meta-cla meta-cla bot added the cla signed label Aug 20, 2025
@facebook-github-bot
Copy link
Contributor

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

Summary:
Previously we are using dry run to scan all weight blocks in backend and assign each feature score into eviction bucket and calculate the eviction threshold. 

This diff is removing dry run process and put the process assign eviction bucket into update and eviction block. This can save half time about total eviction duration.

Reviewed By: emlin

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

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

EddyLXJ added a commit to EddyLXJ/FBGEMM-1 that referenced this pull request Aug 21, 2025
Summary:

X-link: facebookresearch/FBGEMM#1769

Previously we are using dry run to scan all weight blocks in backend and assign each feature score into eviction bucket and calculate the eviction threshold. 

This diff is removing dry run process and put the process assign eviction bucket into update and eviction block. This can save half time about total eviction duration.

Reviewed By: emlin

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

This pull request has been merged in bfee159.

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