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

Unsupported methods encountered issue, torch.Tensor.to(torch.device("cuda")). Will torch.Tensor.to for devices be implemented? #944

Open
darrenchang opened this issue Aug 16, 2024 · 1 comment

Comments

@darrenchang
Copy link

I use tons of torch.Tensor.to methods in my model for moving tensor between cpu/cuda, but the method is not supported in torch2trt currently. Will it ever be supported in the future release?
torch.Tensor.to(torch.device("cuda"))

@darrenchang
Copy link
Author

Will this method be added to converter?
https://pytorch.org/docs/stable/generated/torch.Tensor.to.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant