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

Remove TypedStorage and use only UntypedStorage #85302

Open
kurtamohler opened this issue Sep 19, 2022 · 0 comments
Open

Remove TypedStorage and use only UntypedStorage #85302

kurtamohler opened this issue Sep 19, 2022 · 0 comments
Assignees
Labels
module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@kurtamohler
Copy link
Collaborator

Now that typed storages have been removed from the C++ side and torch.UntypedStorage is in place, we can remove torch.TypedStorage and all of its subclasses, and just use UntypedStorage instead. First, we should add warnings to all of the methods of TypedStorage and its subclasses for at least one whole release.

@kurtamohler kurtamohler added the module: python frontend For issues relating to PyTorch's Python frontend label Sep 19, 2022
@kurtamohler kurtamohler self-assigned this Sep 19, 2022
@ezyang ezyang added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Sep 21, 2022
pytorchmergebot pushed a commit that referenced this issue Nov 8, 2022
kulinseth pushed a commit to kulinseth/pytorch that referenced this issue Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: python frontend For issues relating to PyTorch's Python frontend triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

2 participants