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

c10::optional -> std::optional in deeplearning/fbgemm/fbgemm_gpu/codegen/inference/embedding_forward_quantized_host.cpp +51 #2623

Closed
wants to merge 1 commit into from

Conversation

r-barnes
Copy link
Contributor

Summary:
Generated with

fbgs -f '.*\.(cpp|cxx|cc|h|hpp|cu|cuh)$' c10::optional -l | perl -pe 's/^fbsource.fbcode.//' | grep -v executorch | xargs -n 50 perl -pi -e 's/c10::optional/std::optional/'
  • If you approve of this diff, please use the "Accept & Ship" button :-)

(51 file modified.)

Reviewed By: palmje

Differential Revision: D57631089

Copy link

netlify bot commented May 22, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 21a6dc7
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/664e4ca652012f0008d1521b
😎 Deploy Preview https://deploy-preview-2623--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: D57631089

…gen/inference/embedding_forward_quantized_host.cpp +51 (pytorch#2623)

Summary:
Pull Request resolved: pytorch#2623

Generated with
```
fbgs -f '.*\.(cpp|cxx|cc|h|hpp|cu|cuh)$' c10::optional -l | perl -pe 's/^fbsource.fbcode.//' | grep -v executorch | xargs -n 50 perl -pi -e 's/c10::optional/std::optional/g'
```

 - If you approve of this diff, please use the "Accept & Ship" button :-)

(51 file modified.)

Reviewed By: palmje

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 7ff0bdc.

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