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

Refactor based on recent torch tensor view support #1816

Closed
wants to merge 1 commit into from

Conversation

jianyuh
Copy link
Member

@jianyuh jianyuh commented Jun 9, 2023

Summary:
torch.view recently added reinterpret_cast dtype support:

https://pytorch.org/docs/stable/generated/torch.Tensor.view.html

Previously we have to rely on numpy, which introduces the extra H2D/D2H overhead.

Differential Revision: D46585543

@netlify
Copy link

netlify bot commented Jun 9, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit 3d249b3
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/648386d30285e40009b31f4a

@facebook-github-bot
Copy link
Contributor

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

jianyuh added a commit to jianyuh/FBGEMM that referenced this pull request Jun 9, 2023
Summary:
Pull Request resolved: pytorch#1816

torch.view recently added reinterpret_cast dtype support:

https://pytorch.org/docs/stable/generated/torch.Tensor.view.html

Previously we have to rely on numpy, which introduces the extra H2D/D2H overhead.

Differential Revision: D46585543

fbshipit-source-id: 63eb13341732d7f7c5d5d2448b7c577b94fd9e91
@facebook-github-bot
Copy link
Contributor

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

jianyuh added a commit to jianyuh/FBGEMM that referenced this pull request Jun 9, 2023
Summary:
Pull Request resolved: pytorch#1816

torch.view recently added reinterpret_cast dtype support:

https://pytorch.org/docs/stable/generated/torch.Tensor.view.html

Previously we have to rely on numpy, which introduces the extra H2D/D2H overhead.

Differential Revision: D46585543

fbshipit-source-id: af3ddbf46559f6ff736c4158c2ba3b8f269601bc
@facebook-github-bot
Copy link
Contributor

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

Summary:
Pull Request resolved: pytorch#1816

torch.view recently added reinterpret_cast dtype support:

https://pytorch.org/docs/stable/generated/torch.Tensor.view.html

Previously we have to rely on numpy, which introduces the extra H2D/D2H overhead.

Reviewed By: sryap

Differential Revision: D46585543

fbshipit-source-id: a1d4e792e61c15c71bb36d47a574d2c052e0a02f
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1476a20.

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.

None yet

2 participants