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

Fix calling numel on symbolic shapes issue #3621

Closed
wants to merge 1 commit into from

Conversation

Microve
Copy link
Contributor

@Microve Microve commented Jan 27, 2025

Summary:
indices could be symbolic shapes, calling numel on symbolic shapes will trigger a compilation issue as below: {F1974666689}

To fix the issue, we change numel to sym_numel in this diff to be compatible with symbolic shapes

Differential Revision: D68675691

Summary:
`indices` could be symbolic shapes, calling `numel` on symbolic shapes will trigger a compilation issue as below: {F1974666689}

To fix the issue, we change `numel` to `sym_numel` in this diff to be compatible with symbolic shapes

Differential Revision: D68675691
Copy link

netlify bot commented Jan 27, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 0cf7eeb
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/6797e237b1b47100081777b4
😎 Deploy Preview https://deploy-preview-3621--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 was exported from Phabricator. Differential Revision: D68675691

@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f258326.

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