Skip to content

fix partial rowwise adam optimizer offloading memory alignment#4645

Closed
emlin wants to merge 1 commit into
pytorch:mainfrom
emlin:export-D79589393
Closed

fix partial rowwise adam optimizer offloading memory alignment#4645
emlin wants to merge 1 commit into
pytorch:mainfrom
emlin:export-D79589393

Conversation

@emlin

@emlin emlin commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

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

This diff introduced one temporary memory and then copy the m1 state from lxu cache to this 16 byte aligned memory for vec4t to load, which can avoid strict alignment requirement placed on cached data.

Reviewed By: q10

Differential Revision: D79589393

Summary:
X-link: facebookresearch/FBGEMM#1680

This diff introduced one temporary memory and then copy the m1 state from lxu cache to this 16 byte aligned memory for vec4t to load, which can avoid strict alignment requirement placed on cached data.

Reviewed By: q10

Differential Revision: D79589393
@netlify

netlify Bot commented Aug 6, 2025

Copy link
Copy Markdown

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 4603621
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-fbgemm-docs/deploys/6892fc886d328000083ab5bd
😎 Deploy Preview https://deploy-preview-4645--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 6, 2025
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in 715ee60.

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