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

TPU Support #277

Open
subho406 opened this issue Jul 13, 2023 · 1 comment
Open

TPU Support #277

subho406 opened this issue Jul 13, 2023 · 1 comment

Comments

@subho406
Copy link

This is an amazing library! I was wondering if the library has any support for TPUs? If not how difficult will it get it working in TPUs? I would be willing to contribute to this if its not super time consuming.

@alex-petrenko
Copy link
Owner

Not sure actually, never had a chance to work with TPUs.

I imagine it would be trivial for serial training usecase --serial_mode=True, just replacing "cuda" with TPU everywhere.

Although SF2 relies on shared memory tensors a lot. If TPU shared tensors behave the same way as CUDA tensors, then I assume it would be easy to implement.

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

2 participants