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

Add support for complex tensors #821

Open
vikigenius opened this issue Jul 20, 2023 · 1 comment · May be fixed by #849
Open

Add support for complex tensors #821

vikigenius opened this issue Jul 20, 2023 · 1 comment · May be fixed by #849

Comments

@vikigenius
Copy link
Contributor

Pytorch has support for complex tensors and can also do Autograd for them.

https://pytorch.org/docs/stable/complex_numbers.html

https://pytorch.org/docs/stable/notes/autograd.html#autograd-for-complex-numbers

We can gate this behind a feature flag if we want. But it would be a nice to have.

@vikigenius vikigenius changed the title Add support for complex numbers Add support for complex tensors Jul 20, 2023
@opfromthestart
Copy link
Contributor

What would the use case for this be?

@opfromthestart opfromthestart linked a pull request Aug 13, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants