Skip to content

Partition correctness issues from performance issues when pruning configs#4261

Closed
njriasan wants to merge 2 commits into
pytorch:mainfrom
njriasan:export-D75976113
Closed

Partition correctness issues from performance issues when pruning configs#4261
njriasan wants to merge 2 commits into
pytorch:mainfrom
njriasan:export-D75976113

Conversation

@njriasan

@njriasan njriasan commented Jun 4, 2025

Copy link
Copy Markdown
Contributor

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

prune_configs is used to both prune "sub-optimal" configs and incorrect configs. This splits them into separate functions so when we hit the empty configs case we will never select an invalid config in the empty case.

Reviewed By: karthik-man

Differential Revision: D75976113

njriasan added 2 commits June 4, 2025 15:05
…p8_rowwise (pytorch#4259)

Summary:

X-link: facebookresearch/FBGEMM#1337

Disables use_cuda_graph by default to avoid the issue that its not supported with inductor.

Reviewed By: karthik-man

Differential Revision: D75974226
…figs

Summary:
X-link: facebookresearch/FBGEMM#1339

prune_configs is used to both prune "sub-optimal" configs and incorrect configs. This splits them into separate functions so when we hit the empty configs case we will never select an invalid config in the empty case.

Reviewed By: karthik-man

Differential Revision: D75976113
@netlify

netlify Bot commented Jun 4, 2025

Copy link
Copy Markdown

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit d1495d2
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-fbgemm-docs/deploys/6840c335ec01b500088d9813
😎 Deploy Preview https://deploy-preview-4261--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.

@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@facebook-github-bot

Copy link
Copy Markdown
Contributor

This pull request has been merged in ee920a6.

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